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
update logback config, smaller the totalSizeCap and maxFileSize, do not print log in console when in prod envrionment.
totalSizeCap
maxFileSize
The text was updated successfully, but these errors were encountered:
<appender-ref ref="ConsoleAppender"/> prod环境注释掉 <totalSizeCap>5GB</totalSizeCap> 减小总大小限制 10G到5G <maxFileSize>50MB</maxFileSize> 减小每个文件的最大大小到50MB 是否可行,讨论下
Sorry, something went wrong.
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
5GB 50MB
Let’s discuss if it’s feasible
OK👍
update manager and collector logback config(#1704) (#1723)
d7f9093
Co-authored-by: tomsun28 <[email protected]>
Successfully merging a pull request may close this issue.
Description
update logback config, smaller the
totalSizeCap
andmaxFileSize
, do not print log in console when in prod envrionment.Task List
The text was updated successfully, but these errors were encountered: