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

Support rolling log files base on file size and time #809

Open
yangzhg opened this issue Mar 21, 2022 · 0 comments
Open

Support rolling log files base on file size and time #809

yangzhg opened this issue Mar 21, 2022 · 0 comments

Comments

@yangzhg
Copy link

yangzhg commented Mar 21, 2022

Hi, it seems that glog currently only supports scrolling log files by file size, not by time at the same time, in many scenarios there is a need to support slicing log files by time.

Also, glog can only clean up history log files by time, not by number of history log files.

So I would like to submit a pr that supports splitting log files by time and cleaning history files by number of files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants