FormidableLabs / builder-react-app

A React app archetype for builder
5 stars 4 forks source link

Silence logs during test runs. #10

Closed ryan-roemer closed 8 years ago

ryan-roemer commented 8 years ago

We've added bunyan express logger, but it's outputting during tests. We should disable via tests ideally with just changing the bunyan log level when NODE_ENV=test and the like, which should be fairly straightforward.