DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

Print the rest of the output before process exit #81

Closed kalekseev closed 4 years ago

kalekseev commented 4 years ago

With Procfile:

a: echo -n 'test'; exit 1
b: echo 'test'; exit 1

Output:

a      | Started with pid 5086...
b      | Started with pid 5103...
b      | test
a      | Exited
b      | Exited

Expected: overmind print the rest of the process "a" output even though it doesn't ends with new line

DarthSim commented 4 years ago

Fixed in 2.2.0