diff --git a/supervisor/supervisord.conf b/supervisor/supervisord.conf index 4b909ad..9f631a9 100644 --- a/supervisor/supervisord.conf +++ b/supervisor/supervisord.conf @@ -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