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.