Closed slifty closed 4 years ago
We probably don't want this kind of output when running tests:
● Console console.log node_modules/winston/lib/winston/transports/console.js:79 13:15:10 (info): Starting ingestion from FullyImplementedIngestionEngine... console.log node_modules/winston/lib/winston/transports/console.js:79 13:15:10 (info): Starting ingestion from FullyImplementedIngestionEngine... console.log node_modules/winston/lib/winston/transports/console.js:79 13:15:10 (info): Ended ingestion from FullyImplementedIngestionEngine...
We're using winston for logging, so we should be able to easily add conditional logging rules depending on whether tests are being run.
None
Task
Description
We probably don't want this kind of output when running tests:
Relevant Resources / Research
We're using winston for logging, so we should be able to easily add conditional logging rules depending on whether tests are being run.
Related Issues
None