Skip to content

Commit f42519f

Browse files
chore: Force supervisord to log to stdout instead of creating a directory (#12923)
1 parent a3572ed commit f42519f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/supervisord.conf

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[supervisord]
2+
logfile = /dev/stdout
3+
logfile_maxbytes = 0
24
nodaemon = true
35

46
[program:bedrock]

0 commit comments

Comments
 (0)