majintao opened a new issue, #2526: URL: https://github.com/apache/dubbo-go/issues/2526
https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/tutorial/develop/features/custom-logger/ dubbo v3 版本已经没有这个api设置日志对象的支持 mport "dubbo.apache.org/dubbo-go/v3/common/logger" logger.SetLoggerLevel(warn) // 在 main 函数中设置日志级别 logger.SetLogger(myLogger) // 在 main 函数中设置自定义logger -- 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]
