corrected django logging handler to reference log_file

This commit is contained in:
Adarnof 2016-01-03 21:19:43 +00:00
parent 08cd2c1f1a
commit 019cf891b0

View File

@ -434,7 +434,7 @@ LOGGING = {
'level': 'DEBUG',
},
'django': {
'handlers': ['debug_file', 'console'],
'handlers': ['log_file', 'console'],
'level': 'ERROR',
},
}