debian: fix typo in setting.py

This commit is contained in:
Benjamin Dauvergne 2013-09-20 15:35:16 +02:00
parent 337f51d7ee
commit 857bab1aac
1 changed files with 1 additions and 1 deletions

2
debian/settings.py vendored
View File

@ -140,7 +140,7 @@ LOGGING = {
'level': 'ERROR',
'filters': [],
'class': 'django.utils.log.AdminEmailHandler'
}
},
'syslog': {
'level': 'DEBUG',
'class': 'entrouvert.logging.handlers.SysLogHandler',