Skip to content

Commit

Permalink
Yet another logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jun 16, 2014
1 parent ec58f65 commit 4a69daf
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 @@ -266,7 +266,7 @@ def require_env(name):
LOGGING['loggers']['dajaxice'] = {
'handlers': ['mail_admins'],
'level': 'WARNING',
'propagate': False,
'propagate': True,
}
LOGGING['loggers']['raven'] = {
'level': 'DEBUG',
Expand Down

0 comments on commit 4a69daf

Please sign in to comment.