From 24780a92859e306d0903bd407b1425ce5f1c4cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 8 Jun 2018 11:07:29 +0200 Subject: [PATCH] Strip ANSI color sequences from supervisor logs --- supervisor/supervisord.conf | 1 + 1 file changed, 1 insertion(+) 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