Skip to content
Snippets Groups Projects
Commit 6de8ed69 authored by Anael Beutot's avatar Anael Beutot
Browse files

Use EncodingFormatter class from commons for syslog

Prevent weirds unicode messages from being displayed in TTYs.
parent cdc3fef5
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ formatter=simpleFormatter
args=('/dev/log', handlers.SysLogHandler.LOG_DAEMON)
[formatter_simpleFormatter]
class=cloudcontrol.common.helpers.formatter.EncodingFormatter
format=cc-node - %(name)s - %(levelname)s - %(message)s
""",
)[output]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment