Skip to content

Commit

Permalink
[bug 822305] Stop mailing admins on django and kitsune exceptions.
Browse files Browse the repository at this point in the history
Sentry FTW.
  • Loading branch information
rlr committed Dec 18, 2012
1 parent 3fac233 commit f8fd12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log_settings.py
Expand Up @@ -42,13 +42,13 @@
},
'loggers': {
'k': {
'handlers': ['syslog', 'mail_admins'],
'handlers': ['syslog'],
'propogate': True,
# Use the most permissive setting. It is filtered in the handlers.
'level': logging.DEBUG,
},
'django.request': {
'handlers': ['syslog', 'mail_admins'],
'handlers': ['syslog'],
'propogate': True,
# Use the most permissive setting. It is filtered in the handlers.
'level': logging.DEBUG,
Expand Down

0 comments on commit f8fd12f

Please sign in to comment.