diff --git a/config/production/local_settings.py b/config/production/local_settings.py index 25c9056..4571aab 100644 --- a/config/production/local_settings.py +++ b/config/production/local_settings.py @@ -56,7 +56,7 @@ LOGGING = { }, 'handlers': { 'sentry': { - 'level': 'ERROR', + 'level': 'DEBUG', 'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler', }, 'console': {