Commit 9ccc63cf by Szabolcs Gelencser Committed by Szabolcs Gelencsér

Fix logging in Linux

parent 0682f043
......@@ -462,7 +462,7 @@ if not WINDOWS:
# 'socktype': SOCK_STREAM,
# 'address': ('host', '514'),
}
LOGGING['loggers']['django.request']['handlers'] += 'syslog'
LOGGING['loggers']['django.request']['handlers'] += ['syslog']
########## END LOGGING CONFIGURATION
......
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