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
执行
$ options save-result true NAME BEFORE-VALUE AFTER-VALUE ---------------------------------------- save-result true true
但是结果并没有保存到 ~/logs/arthas-cache/result.log 里。
~/logs/arthas-cache/result.log
排查后,发现是 logback.xml 里有一个配置错误:
<result level="INFO"> <appender-ref ref="RESULT" /> </result>
应该是:
<logger name="result" level="INFO" additivity="false"> <appender-ref ref="RESULT" /> </logger>
The text was updated successfully, but these errors were encountered:
fix save-result options do not work problem. #1298
cc17f26
No branches or pull requests
执行
但是结果并没有保存到
~/logs/arthas-cache/result.log
里。排查后,发现是 logback.xml 里有一个配置错误:
应该是:
The text was updated successfully, but these errors were encountered: