You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is the right move. The SOP in System V and upstart scripts is to start the service with output redirection. It keeps the process tree clean and makes using flags and piping cleaner and easier to read.
Right, I am a fan of piping too. It feels like the natural unix approach.
Its just that a few people have raised the concern that it should capture from stdout and stderr both by default (i.e. without doing any redirection). This issue is just to track that in case it becomes a big pain point. And its great that we have opinions from both sides of the table. Allows people to know the tradeoffs :)
From the README, to capture stderr, you need to do:
What if instead you could do:
funnel -cmd '/etc/myapp/bin'
? Then it could capture all stdout and stderr on its own.The text was updated successfully, but these errors were encountered: