Skip to content

Commit

Permalink
Don't mail exceptions, but log them.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Mar 15, 2013
1 parent b304eb9 commit b3056b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/settings/base.py
Expand Up @@ -246,7 +246,7 @@
'propagate': False,
},
'django.request': {
'handlers': ['mail_admins', 'exceptionlog'],
'handlers': ['exceptionlog'],
'level': 'ERROR',
'propagate': False,
},
Expand Down

0 comments on commit b3056b6

Please sign in to comment.