From a6d9b50b937a401246a329ab01295885d6aa79cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 29 May 2018 10:12:59 +0200 Subject: [PATCH] Log everything from supervisor to stdout to avoid log recursion --- supervisor/supervisord.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/supervisor/supervisord.conf b/supervisor/supervisord.conf index 6e9e04c..80d98f3 100644 --- a/supervisor/supervisord.conf +++ b/supervisor/supervisord.conf @@ -1,6 +1,5 @@ [supervisord] user=root -logfile = /tmp/supervisord.log loglevel = debug pidfile = /tmp/supervisord.pid