mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-01 01:29:44 +02:00
Strip all ANSI escape sequences from child log files
Closes #1768 and sadly partly reverts #1758
This commit is contained in:
parent
1a36641c0c
commit
11bbda4adf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user