From f42519f2c4159a0d858132e4543ba2e631b67aa1 Mon Sep 17 00:00:00 2001 From: Brett Kochendorfer Date: Tue, 28 Mar 2023 05:01:34 -0500 Subject: [PATCH] chore: Force supervisord to log to stdout instead of creating a directory (#12923) --- etc/supervisord.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/supervisord.conf b/etc/supervisord.conf index e466b2ceca..23eeb31c31 100644 --- a/etc/supervisord.conf +++ b/etc/supervisord.conf @@ -1,4 +1,6 @@ [supervisord] +logfile = /dev/stdout +logfile_maxbytes = 0 nodaemon = true [program:bedrock]