We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
From the README, to capture stderr, you need to do:
$/etc/myapp/bin 2>&1 | funnel
What if instead you could do: funnel -cmd '/etc/myapp/bin'? Then it could capture all stdout and stderr on its own.
funnel -cmd '/etc/myapp/bin'