Enabled syslog by default for all 500 errors.

This commit is contained in:
Chris Church
2013-07-15 14:26:57 -04:00
parent d2c08d2848
commit 8e0974c688
5 changed files with 46 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ LOGGING = {
'formatter': 'simple',
},
'syslog': {
'level': 'ERROR',
'level': 'WARNING',
'filters': ['require_debug_false'],
'class': 'django.utils.log.NullHandler',
'formatter': 'simple',