wenfengwang commented on issue #288: [Native]How can I disable the log out put? URL: https://github.com/apache/rocketmq-client-go/issues/288#issuecomment-550967397 @hhtlxhhxy Hi, we have added the `SetLogger` for go-client, you could set your customized `Logger` Object. in general, we suggest users replace the default logger with specified, but you want to use default anyway, you can set log level by use env parameter: `export ROCKETMQ_GO_LOG_LEVEL=error`. please see PR: https://github.com/apache/rocketmq-client-go/pull/290/files for detail.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
