summaryrefslogtreecommitdiffstats
path: root/ocata/ocata/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/ocata/settings.py')
-rw-r--r--ocata/ocata/settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ocata/ocata/settings.py b/ocata/ocata/settings.py
index 1e8473b7..3cc4caa9 100644
--- a/ocata/ocata/settings.py
+++ b/ocata/ocata/settings.py
@@ -99,6 +99,11 @@ LOGGING = {
'level': 'DEBUG',
'propagate': False
},
+ 'newton': {
+ 'handlers': ['ocata_handler'],
+ 'level': 'DEBUG',
+ 'propagate': False
+ },
}
}