chore: Force supervisord to log to stdout instead of creating a directory (#12923)

This commit is contained in:
Brett Kochendorfer 2023-03-28 05:01:34 -05:00 коммит произвёл GitHub
Родитель a3572ed0e8
Коммит f42519f2c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,6 @@
[supervisord]
logfile = /dev/stdout
logfile_maxbytes = 0
nodaemon = true
[program:bedrock]