From b43902c178e8d0ad142c912bbaba6c23a637941a Mon Sep 17 00:00:00 2001 From: Adarnof Date: Mon, 28 Dec 2015 21:13:04 +0000 Subject: [PATCH] Another tweak to logging settings. --- alliance_auth/settings.py.example | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 95c1d2e3..2de69666 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -378,11 +378,7 @@ LOGGING = { 'handlers': ['debug_file', 'console'], 'level': 'DEBUG', }, - 'services.managers': { - 'handlers': ['debug_file', 'console'], - 'level': 'DEBUG', - }, - 'services.views': { + 'services': { 'handlers': ['debug_file', 'console'], 'level': 'DEBUG', },