Skip to content

Commit

Permalink
Also log django.request errors to console
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jun 16, 2014
1 parent 110e645 commit 07a5edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def require_env(name):
if not DEBUG:
LOGGING['loggers']['django.request'] = {
'level': 'WARNING',
'handlers': ['mail_admins'],
'handlers': ['mail_admins', 'console'],
'propagate': False,
}
LOGGING['loggers']['dajaxice'] = {
Expand Down

0 comments on commit 07a5edb

Please sign in to comment.