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
每次看diamond里面的log,用到mq的pod看日志一次可以打三十几行的:update offset to broker success
而且2~3秒一次,日志一下子就被刷掉了,有没有办法降低info为debug,或者不打印这个update offset to broker success
The text was updated successfully, but these errors were encountered:
Set log level by your code:
import ( "github.com/apache/rocketmq-client-go/v2/rlog" ) ..... rlog.SetLogLevel("warn") .....
Or you can set the environment :
export ROCKETMQ_GO_LOG_LEVEL = warn
Sorry, something went wrong.
No branches or pull requests
每次看diamond里面的log,用到mq的pod看日志一次可以打三十几行的:update offset to broker success
而且2~3秒一次,日志一下子就被刷掉了,有没有办法降低info为debug,或者不打印这个update offset to broker success
The text was updated successfully, but these errors were encountered: