You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sourabhtk37
changed the title
Enable rotation of log files
Enable rotation of logs
Jul 3, 2017
sourabhtk37
changed the title
Enable rotation of logs
Enable rotation of log
Jul 3, 2017
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.
The text was updated successfully, but these errors were encountered: