From 11bbda4adfe33a801241380093ffd33a89790fb5 Mon Sep 17 00:00:00 2001 From: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Date: Mon, 25 Jan 2021 21:54:20 +0100 Subject: [PATCH] Strip all ANSI escape sequences from child log files Closes #1768 and sadly partly reverts #1758 --- target/supervisor/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/supervisor/supervisord.conf b/target/supervisor/supervisord.conf index 2d023872..1259ed82 100644 --- a/target/supervisor/supervisord.conf +++ b/target/supervisor/supervisord.conf @@ -9,7 +9,7 @@ password = docker-mailserver-password user = root loglevel = warn nodaemon = true -strip_ansi = false +strip_ansi = true logfile = /var/log/supervisor/supervisord.log ; default $CWD/supervisord.log pidfile = /var/run/supervisord.pid ; default supervisord.pid childlogdir = /var/log/supervisor ; default $TEMP ('AUTO' child log dir)