-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: As a user, I want to log-rotate plugin support max_size #7724
Comments
I've been thinking about it for a while and it seems a bit of a problem? Do we have to start a timer to monitor the size of log files? |
Seems so, the unix system has a logrotate utility depending on cron, something as a timer. |
we can use |
I can have a try to fix it. @tzssangglass |
@qihaiyan assigned you, have fun. |
@qihaiyan any plan for this? I have the same requirement. |
It's about to be finished in this month. @emperorente |
Sounds Great, I await your update! |
Description
The log-rotate can only split file by interval, i want to split log file by max_size.
The text was updated successfully, but these errors were encountered: