Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored Nov 29, 2017
1 parent b3119dc commit 4ad3a90
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion xlsform_prj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@

# Logging
# https://docs.djangoproject.com/en/1.11/topics/logging/#examples

# Don't log missing context variables in django.template

LOGGING = {
'version': 1,
'disable_existing_loggers': False,
Expand All @@ -110,6 +111,11 @@
'level': 'DEBUG',
'propagate': True,
},
'django.template': {
'handlers': ['file'],
'level': 'DEBUG',
'propagate': False,
},
},
}

Expand Down

0 comments on commit 4ad3a90

Please sign in to comment.