burke / zeus

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

Seperate stdout and stderr #615

Closed sideshowcoder closed 7 years ago

sideshowcoder commented 7 years ago

It is often helpful to have seperate streams for stdout and stderr especially when grepping stdout I still want to see errors on stderr.

burke commented 7 years ago

I always felt like there was some legitimate reason that I didn't do this originally, but now that I think about it, it was probably just confusion or laziness. Looks good so far.

sideshowcoder commented 7 years ago

Ok the code has been cleaned up, this now needs some more testing as the coverage is not ideal. I tried to localise the cases where things need to be reset as well via defer so maybe this resolves some of the issue where zeus seems to messup the shell as well.