File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33[unix_http_server]
44file=${SUPERVISORD_SOCKET_FILE} ; (the path to the socket file)
5- chmod=0700 ; sockef file mode (default 0700)
5+ chmod=0700 ; socket file mode (default 0700)
66
77[supervisord]
8- logfile=/usr/local/supervisor/supervisord.log ;
9- pidfile=${SUPERVISORD_PID_FILE} ; (supervisord pidfile;default supervisord.pid)
10- childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
8+ logfile=/dev/stdout ; send supervisor logs to stdout
9+ logfile_maxbytes = 0 ; forcibly disable log rotation
10+ pidfile=${SUPERVISORD_PID_FILE} ; (supervisord pidfile;default supervisord.pid)
11+ childlogdir=/usr/local/supervisor ; ('AUTO' child log dir, default $TEMP)
1112user=${APP_USER}
1213
1314; the below section must remain in the config file for RPC
You can’t perform that action at this time.
0 commit comments