switch CSP logging to LOCAL5; bug 697871
This commit is contained in:
Родитель
8f2403e5a5
Коммит
22bb334888
|
@ -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': {
|
||||
|
|
Загрузка…
Ссылка в новой задаче