You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: