From 0979caabd9e75f316b6deabf77be19f68185006d Mon Sep 17 00:00:00 2001
From: Marco Malavolti <marco.malavolti@garr.it>
Date: Wed, 31 Jul 2024 13:15:18 +0000
Subject: [PATCH] Update supervisord.conf to stop duplicate logs line

---
 supervisord.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/supervisord.conf b/supervisord.conf
index 46d0405..c494922 100644
--- a/supervisord.conf
+++ b/supervisord.conf
@@ -2,7 +2,7 @@
 [supervisord]
 nodaemon=true
 pidfile=/var/run/supervisord/supervisord.pid
-logfile=/dev/stdout
+logfile=/dev/null
 logfile_maxbytes = 0
 loglevel=warn
 user=root
-- 
GitLab