pusher / crank

Process slow restarter
http://pusher.github.io/crank/man/
MIT License
38 stars 3 forks source link

It should log why a process failed to start #33

Open WillSewell opened 6 years ago

WillSewell commented 6 years ago

Currently crank will only print

Exited with code: 1
ERROR: command failed: exited with 1

if a process fails to start. It would be helpful if it printed the last lines of the stdout/err of the process which failed.