Skip to content

Commit

Permalink
only sentry in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Nov 30, 2012
1 parent 11c230b commit 27d8e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions log_settings.py
Expand Up @@ -11,7 +11,7 @@
'disable_existing_loggers': True,
'root': {
'level': logging.ERROR,
'handlers': ['syslog', 'mail_admins', 'sentry'],
'handlers': ['sentry'],
},
'formatters': {
'default': {
Expand Down Expand Up @@ -42,13 +42,13 @@
},
'loggers': {
'k': {
'handlers': ['syslog', 'mail_admins', 'sentry'],
'handlers': ['syslog', 'mail_admins'],
'propogate': True,
# Use the most permissive setting. It is filtered in the handlers.
'level': logging.DEBUG,
},
'django.request': {
'handlers': ['syslog', 'mail_admins', 'sentry'],
'handlers': ['syslog', 'mail_admins'],
'propogate': True,
# Use the most permissive setting. It is filtered in the handlers.
'level': logging.DEBUG,
Expand Down

0 comments on commit 27d8e71

Please sign in to comment.