-
Notifications
You must be signed in to change notification settings - Fork 155
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
How to log to disk daily? #64
Comments
@jymchng I think you should do something like this
|
How about storing the logs in minio? |
@jonra1993 Sir, what do you think of this? |
Hello @jymchng I do not think any reason why it should not work I I am going to add it to todo list. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jonra1993,
I am using
logger = logging.getLogger(__name__)
to do my logging atDEBUG
level.How do I dump these logs daily to disk? Thank you.
The text was updated successfully, but these errors were encountered: