strongloop / strong-deploy

Deploy nodejs applications
Other
13 stars 3 forks source link

Verbose mode #19

Open pungoyal opened 9 years ago

pungoyal commented 9 years ago

By default sl-deploy does not print what is happening behind the scenes. Is there a way we can specify a verbose mode?

Also, if the deploy fails - e.g. due to an error in starting the app on strong-pm, how can sl-deploy be made to print an error and fail?

rmg commented 9 years ago

The output is definitely a little sparse. The best you can do for now is DEBUG=* sl-deploy ...

listepo commented 8 years ago

+1