burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Do not log unexpected process kills to STDOUT #585

Closed metcalf closed 8 years ago

metcalf commented 8 years ago

There's a race condition in SlaveNode in which we see a stale child process boot and need to kill it:

This is harmless but currently logs a scary error to STDOUT. We should send this to the trace log instead.

r? @ptarjan

ptarjan commented 8 years ago

yay thanks lgtm