From 9abd5b72f4738ef670d5b407b12677d23ae05cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 30 May 2018 16:23:58 +0200 Subject: [PATCH] Hotfix supervisor infinite log recursion if no LogMonitor --- supervisor/supervisord.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supervisor/supervisord.conf b/supervisor/supervisord.conf index 80d98f3..4b909ad 100644 --- a/supervisor/supervisord.conf +++ b/supervisor/supervisord.conf @@ -1,5 +1,7 @@ [supervisord] user=root +logfile=/dev/null +logfile_maxbytes=0 loglevel = debug pidfile = /tmp/supervisord.pid