Mocha with Node: Only show logging for tests that fail

I'm using node with mocha and winston. Is there a way to set it up so it only shows logs for failing tests?

If you run with the min reporter you will only get full output on failed tests: mocha -R min