From bda2e6aff533163a2cbf4d6f4025c049e6b9a45b Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sun, 29 Jan 2023 00:08:45 -0600 Subject: [PATCH] silence logs --- supervisord.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 3dbc3ec..cdea172 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -1,5 +1,9 @@ [supervisord] nodaemon=true +logfile=/dev/null +loglevel=critical [program:nginx] -command=/usr/sbin/nginx \ No newline at end of file +command=/usr/sbin/nginx +logfile=/dev/null +loglevel=critical \ No newline at end of file