-
Notifications
You must be signed in to change notification settings - Fork 44
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
可以同时支持基于时间和大小的切分吗 #3
Comments
是的, 后面可以看看是否有这种需求 |
//WIP |
希望可以同时支持,我们现在的就需要这样的功能,刚刚接触zap,通过zap了解到了rollingwriter,目前使用的是bmoylan/lumberjack这个分支 ,有一个maxTime 属性,但是还是觉得rollingwriter 的RollingVolumeSize 更符合需求,希望作者可以考虑考虑 @arthurkiller |
@cclxfeng 是说时间和容量同时生效是么,好的我了解了,这个我规划下 |
是这个意思,但是我想说的是RollingTimePattern这个设置,更符合我们的业务需求,每天凌晨分割日志,上面说错了不是RollingVolumeSize 而是RollingTimePattern,你应该明白了 |
@cclxfeng 所以需求是这样的,满足任意条件即切割:
|
是这样的,还有就是一个需求就是maxAge ,最大的保留时间(过期自动清除文件),目前我是利用定时任务,去遍历日志文件夹,满足条件就删除,感觉有点low... |
这个需求目前是满足的(只是实现的还不太完美),可以指定最大保留多少份日志 |
插个眼,请问现在支持了吗? 每日时间+大小 |
我都忘了还有这个需求了,好几年了🤣codebase 感觉也应该改一改了,你有兴趣可以提mrHave an awesome day✉️✉️✉️✉️✉️✉️✉️✉️✉️✉️✉️✉️Arthur leeSent from my iPhone在 2023年7月20日,下午12:12,ronaldinho_x86 ***@***.***> 写道:
插个眼,请问现在支持了吗? 每日时间+大小
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
现在是否可以支持这个每日时间+大小划分日志 |
现在好像是2选1
The text was updated successfully, but these errors were encountered: