settings: do not disable existing loggers, it's clear now that it is wrong

This commit is contained in:
Benjamin Dauvergne 2014-07-07 16:56:21 +02:00
parent 6c20a1a064
commit ad4d83e822
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ from . import fix_user_model
LOGGING = {
'version': 1,
'disable_existing_loggers': True,
'disable_existing_loggers': False,
'filters': {
'cleaning': {
'()': 'authentic2.utils.CleanLogMessage',