From 019cf891b089ac78383184d270e0b6894cb7df43 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sun, 3 Jan 2016 21:19:43 +0000 Subject: [PATCH] corrected django logging handler to reference log_file --- alliance_auth/settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 92f56728..3d77e872 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -434,7 +434,7 @@ LOGGING = { 'level': 'DEBUG', }, 'django': { - 'handlers': ['debug_file', 'console'], + 'handlers': ['log_file', 'console'], 'level': 'ERROR', }, }