OSDN Git Service

fix the bug (#372)
[bytom/vapor.git] / docker / vapord / supervisord.conf
1 [program:vapord]
2 command=/usr/local/vapord/vapord node -r /usr/local/vapord --auth.disable            ; the program (relative uses PATH, can take args)
3 autorestart=true
4
5 stdout_logfile=/var/log/vapord/node.log        ; stdout log path, NONE for none; default AUTO
6 stderr_logfile=/var/log/vapord/node_err.log
7 stdout_logfile_backups = 15
8 stdout_logfile_maxbytes=100MB   ; max # logfile bytes b4 rotation (default 50MB)