Commit f6975613 by Szabolcs Gelencser Committed by Szabolcs Gelencsér

Fix windows compatiblity in logging

parent fd294c27
...@@ -453,7 +453,7 @@ LOGGING = { ...@@ -453,7 +453,7 @@ LOGGING = {
}, },
} }
} }
if WINDOWS: if not WINDOWS:
LOGGING['handlers']['syslog'] = { LOGGING['handlers']['syslog'] = {
'level': 'INFO', 'level': 'INFO',
'class': 'logging.handlers.SysLogHandler', 'class': 'logging.handlers.SysLogHandler',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment