Skip to content
Snippets Groups Projects
Commit 9820f9c3 authored by Jean-Philippe Laverdure's avatar Jean-Philippe Laverdure
Browse files

updates settings to track debug statement

parent f2441c36
No related branches found
No related tags found
No related merge requests found
...@@ -304,5 +304,9 @@ if not DEBUG: ...@@ -304,5 +304,9 @@ if not DEBUG:
'django.request': { 'django.request': {
'handlers': ['applogfile'], 'handlers': ['applogfile'],
'level': os.getenv('DJANGO_LOG_LEVEL', 'WARNING'), 'level': os.getenv('DJANGO_LOG_LEVEL', 'WARNING'),
} },
'debug': {
'handlers': ['applogfile'],
'level': os.getenv('DJANGO_LOG_LEVEL', 'ERROR'),
},
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment