-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Problem with Rolling File Writer behavior #116
Comments
You can find the reasons for the change here: #103 (comment) However, I could imagine to make the count placeholder configurable to get the old behavior if really needed. |
Hello there, if you could add a switch like "logrotate behavior" that would be greate. Otherwise I'll just switch to rotate logfiles via logrotate. But I won't switch from tinylog to any other library. Tinylog is really great and with its small footprint and simple configuration it fits all of my needs :) Great job with tinylog! |
The backup naming behaviour that TinyLog v1 does is far more intuitive than v2, I agree with #116( issue comment ). TinyLog is really simple enough to use and fits all my needs, except this little change on v2 :). Thank you for creating such a great logging framework. |
Close in favor of #149 |
This closed issue has been locked automatically. However, please feel free to file a new issue. |
Hi there,
I have an Issue with the Rolling File Write behavior.
In Tinylog 1.x the files get created by this schema if I setup 10MB filesize and 10 backups:
Tinylog 2.x creates the files via the following schema with the same settings:
In Tinylog 1.x I use this settings:
in Tinylog 2.x I use this settings:
Could it be possible to change to 1.X behavior? This seems to be a more compatible option to Linux logrotate and is way more logical.
The text was updated successfully, but these errors were encountered: