Skip to content
New issue

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

[Task] <update logback config> #1704

Closed
1 task
tomsun28 opened this issue Apr 1, 2024 · 3 comments · Fixed by #1723
Closed
1 task

[Task] <update logback config> #1704

tomsun28 opened this issue Apr 1, 2024 · 3 comments · Fixed by #1723

Comments

@tomsun28
Copy link
Contributor

tomsun28 commented Apr 1, 2024

Description

update logback config, smaller the totalSizeCap and maxFileSize, do not print log in console when in prod envrionment.

Task List

  • update manager and collector logback config.
@handy-git
Copy link
Contributor

handy-git commented Apr 9, 2024

<appender-ref ref="ConsoleAppender"/>   prod环境注释掉

<totalSizeCap>5GB</totalSizeCap>  减小总大小限制 10G到5G 
<maxFileSize>50MB</maxFileSize> 减小每个文件的最大大小到50MB

是否可行,讨论下

@hertzbeat
Copy link
Contributor

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


5GB
50MB

Let’s discuss if it’s feasible

@tomsun28
Copy link
Contributor Author

tomsun28 commented Apr 9, 2024

OK👍

@tomsun28 tomsun28 linked a pull request Apr 10, 2024 that will close this issue
5 tasks
tomsun28 added a commit that referenced this issue Apr 10, 2024
Co-authored-by: tomsun28 <tomsun28@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants