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

Implement rotating file storage #11

Open
DeaconDesperado opened this issue Jun 2, 2014 · 2 comments
Open

Implement rotating file storage #11

DeaconDesperado opened this issue Jun 2, 2014 · 2 comments

Comments

@DeaconDesperado
Copy link
Owner

In order to make steps towards #8, a persistency solution that takes snapshots of changing bandit state is needed.

This could be built off of python's core rotating log file handler and take the necessary config via standard flask config.

@DeaconDesperado
Copy link
Owner Author

This should just be coded to the python logging interface with a custom logger and loglevel. That way, end users could pass handler implementations to log to various storage backends.

@DeaconDesperado
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant