It would be very useful to have the option to pipe the output to a cli tool like the one bunyan provides. Expected behavior: `node app.js | bunyan` Currently I do not see a way to do something like that. If I'm wrong please correct me.