Strip ANSI color sequences from supervisor logs

This commit is contained in:
Kristóf Tóth 2018-06-08 11:07:29 +02:00
parent 2e3b49f8b5
commit 24780a9285
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ logfile=/dev/null
logfile_maxbytes=0
loglevel = debug
pidfile = /tmp/supervisord.pid
strip_ansi=true
[inet_http_server]
port = 127.0.0.1:%(ENV_TFW_SUPERVISOR_HTTP_PORT)s