switch CSP logging to LOCAL5; bug 697871

This commit is contained in:
Wil Clouser 2011-10-27 17:05:56 -07:00
Родитель 8f2403e5a5
Коммит 22bb334888
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ cfg = {
},
'syslog_csp': {
'()': logging.handlers.SysLogHandler,
'facility': logging.handlers.SysLogHandler.LOG_LOCAL4,
'facility': logging.handlers.SysLogHandler.LOG_LOCAL5,
'formatter': 'csp',
},
'null': {