From e3410dfbcb069ed8af3f6a603e59af009ad6c44c Mon Sep 17 00:00:00 2001 From: Jorenn92 Date: Thu, 25 Jan 2024 11:47:49 +0100 Subject: [PATCH] refactor: add '/' to data directory path --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index ff064422..f1d6ac8d 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -1,6 +1,6 @@ [supervisord] nodaemon=true -logfile=/opt/data +logfile=/opt/data/ logfile_maxbytes=20971520 user=node