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

Add archive and/or delete to FileWriter rotate strategy. #99

Open
tonystone opened this issue Jun 2, 2019 · 0 comments
Open

Add archive and/or delete to FileWriter rotate strategy. #99

tonystone opened this issue Jun 2, 2019 · 0 comments

Comments

@tonystone
Copy link
Owner

Describe the solution you'd like
In order to control and limit space taken on disk for files written with the FileWriter, we should have a way to control the number and disposition of files created. these can take the form of an Archive (compress) and/or delete after a certain number of a file or a certain size of space taken is reached.

Describe alternatives you've considered
None considered accept for doing nothing which is not an option for files that grow to large sizes due to verbose logging or simply time written to a single log file.

@tonystone tonystone added this to the release-5.0 milestone Jun 2, 2019
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

1 participant