Closed djrobstep closed 9 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.
you need to redirect the stdout too to see it.
For instance:
Procfile:
Then:
gaffer dev:start
Where I would expect to see:
with the output.
My OS is Ubuntu 13.10 if that's relevant.