feature: supervisor log to stdout
This commit is contained in:
parent
3734c45884
commit
38ab7e4d50
@ -1,6 +1,8 @@
|
|||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
user=root
|
user=root
|
||||||
|
logfile=/dev/stdout
|
||||||
|
logfile_maxbytes=0
|
||||||
|
|
||||||
[program:webman]
|
[program:webman]
|
||||||
command=php /app/start.php start
|
command=php /app/start.php start
|
||||||
|
Loading…
Reference in New Issue
Block a user