benoitc / gaffer

control, watch and launch your applications and jobs over HTTP.
Other
367 stars 34 forks source link

No output from Procfile processes when run with gaffer #45

Closed djrobstep closed 9 years ago

djrobstep commented 10 years ago

For instance:

Procfile:

dummy: python -u -m SimpleHTTPServer

Then:

gaffer dev:start

17:35:53 x.dummy | start x.dummy
17:35:53 x.dummy | spawn process with pid 1

Where I would expect to see:

Serving HTTP on 0.0.0.0 port 8000 ...

with the output.

My OS is Ubuntu 13.10 if that's relevant.

benoitc commented 9 years ago

you need to redirect the stdout too to see it.