From 9aecf28d7b55f00bce1cc991bee8ec77da1c65af Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sat, 28 Jan 2023 22:22:08 -0600 Subject: [PATCH] try to make supervisord stop writing things --- supervisord.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supervisord.conf b/supervisord.conf index 8d520a8..5748a6b 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -1,5 +1,7 @@ [supervisord] nodaemon=true +logfile=/dev/null +loglevel=critical [program:nginx] command=/usr/sbin/nginx