From 1265eb704f7393252752168517de3328cb6a7fa5 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 6 Aug 2012 20:29:41 +0100 Subject: [PATCH] Fix typo in config file --- app/conf/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },