-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add support for externalizing rotated_filename_patterns
and comparator
#35
Comments
rotated_filename_patterns
and compartorrotated_filename_patterns
and comparator
Let me know if you agree with the change and if you have any design thoughts. I'll be happy to open a PR. Thanks! |
Any update on this one? We also have the same problem because we use customized log naming scheme. The worst part is that when |
I think having a config file would be a good idea, especially as the list of config flags grows. I don't have time right now to work on this, but I would certainly entertain a PR! |
I don't quite understand the logic behind the following code in
My plan is to add an arg |
Currently
rotated_filename_patterns
is hard coded into the library. It should be possible to externalize this so that it can be used with other schemes which are notlogrotate
orsavelog
based. This requires that the sorting logic also be externalized for general usage.The text was updated successfully, but these errors were encountered: