From 8fc2924cb7b011779a7500e7304ea879355291fa Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Thu, 27 Apr 2017 09:19:54 +0200 Subject: [PATCH] Don't log supervisord messages twice --- etc/supervisor.d/docker.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/supervisor.d/docker.ini b/etc/supervisor.d/docker.ini index 352b15b..b1a65f6 100644 --- a/etc/supervisor.d/docker.ini +++ b/etc/supervisor.d/docker.ini @@ -1,7 +1,5 @@ [supervisord] nodaemon=true -logfile=/dev/stdout -logfile_maxbytes=0 pidfile=/var/run/supervisord.pid [program:php-fpm]