Similarityoung commented on code in PR #674:
URL: https://github.com/apache/dubbo-go-pixiu/pull/674#discussion_r2106150983
##########
pkg/logger/logger.go:
##########
@@ -48,6 +59,11 @@ func init() {
}
}
+type logger struct {
Review Comment:
这里是之前我以为 init 函数不需要。
但是当我把 init 删掉后才发现测试里的日志由于无法初始化就跑不了。
最后我重新把 init 添加上去了,结果添加的时候加错位置了。
--
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]