From 59f73abde08fa1324c7cfa1ad1976af9d106cc07 Mon Sep 17 00:00:00 2001 From: orbitroom Date: Fri, 15 Jan 2016 03:12:26 -0600 Subject: [PATCH] Added Sig tracker debug code --- alliance_auth/settings.py.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 59446bed..70f16ff7 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -439,6 +439,10 @@ LOGGING = { 'handlers': ['log_file', 'console'], 'level': 'DEBUG', }, + 'sigtracker': { + 'handlers': ['log_file', 'console'], + 'level': 'DEBUG', + }, 'util': { 'handlers': ['log_file', 'console'], 'level': 'DEBUG',