On 10/26/17 at 2:03 PM, [email protected] pronounced: > I used supervisord to watch the golang progress . > when the progress crashed,supervisord did not attempt to start the progress. > Why is this ?
Check the configuration value of `autorestart` for your process. http://supervisord.org/configuration.html#program-x-section-settings Check your log file for messages. Adjust logging level as needed. http://supervisord.org/logging.html --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Eugene, OR <[email protected]> <http://www.stevepiercy.com/> _______________________________________________ Supervisor-users mailing list [email protected] https://lists.supervisord.org/mailman/listinfo/supervisor-users
