AlexStocks commented on code in PR #3023:
URL: https://github.com/apache/dubbo-go/pull/3023#discussion_r2347058323
##########
filter/accesslog/filter.go:
##########
@@ -214,6 +189,68 @@ func (f *Filter) OnResponse(_ context.Context, result
result.Result, _ base.Invo
return result
}
+// start initializes and starts the background goroutine for processing logs
+func (f *Filter) start() {
Review Comment:
你可以只保留 processLogs,然后在调用的地方直接调用 processLogs,这也不影响写 ut
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]