From f3ada3e4a967a64b14cbd6517ff7b2811d842a22 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 7 Aug 2021 13:28:14 +0200 Subject: [PATCH] fd --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 755158107..bb621f890 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -9,4 +9,4 @@ command=gunicorn files.__main__:app -k gevent -w 5 --max-requests 10000 --max-re stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 +stderr_logfile_maxbytes=0 \ No newline at end of file