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

Enable rotation of log #33

Open
sourabhtk37 opened this issue Jul 3, 2017 · 0 comments
Open

Enable rotation of log #33

sourabhtk37 opened this issue Jul 3, 2017 · 0 comments

Comments

@sourabhtk37
Copy link
Owner

Currently all application specific logs is directed to a single file -> debug.log.
This would lead to the file being of large size and taking larger time to debug.

What is needed to be done is to rotate the log according to various criteria such as the time, type or any other criteria that is suitable to maintain the log.

Django has builtin logger to do that for us. Check the docs and provide the suitable logging mechanism.

@sourabhtk37 sourabhtk37 changed the title Enable rotation of log files Enable rotation of logs Jul 3, 2017
@sourabhtk37 sourabhtk37 changed the title Enable rotation of logs Enable rotation of log Jul 3, 2017
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