Changed error level for sentry to DEBUG (from ERROR)

This commit is contained in:
Felipe Martín 2013-05-23 19:05:46 +02:00
parent b79b67ac09
commit f0aff65337
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ LOGGING = {
},
'handlers': {
'sentry': {
'level': 'ERROR',
'level': 'DEBUG',
'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler',
},
'console': {