diff --git a/app/conf/common.py b/app/conf/common.py index f637807..648f73c 100644 --- a/app/conf/common.py +++ b/app/conf/common.py @@ -175,7 +175,7 @@ LOGGING = { }, }, 'handlers': { - 'sentry': + 'sentry': { 'level': 'ERROR', 'class': 'raven.contrib.django.handlers.SentryHandler', },