We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: