From 3367a33823c6859564d4a7a2e5a68838e94d79e0 Mon Sep 17 00:00:00 2001 From: Jorenn92 Date: Thu, 25 Jan 2024 12:03:35 +0100 Subject: [PATCH] refactor: specify full path + file name --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index f1d6ac8d..c285c994 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -1,6 +1,6 @@ [supervisord] nodaemon=true -logfile=/opt/data/ +logfile=/opt/data/supervisord.log logfile_maxbytes=20971520 user=node