debian: remove cleaning filter from settings

This commit is contained in:
Benjamin Dauvergne 2013-09-20 23:16:08 +02:00
parent e9a2e2f02d
commit 00cbdfeb0a
1 changed files with 0 additions and 1 deletions

1
debian/settings.py vendored
View File

@ -154,7 +154,6 @@ LOGGING = {
'facility': logging.handlers.SysLogHandler.LOG_LOCAL0,
'address': '/dev/log',
'max_length': 999,
'filters': ['cleaning'],
},
},
'loggers': {