``` javascript 'use strict'; const Logger = require('./index.js')( { transports: { Console: { level: 'trace', } } } ); const log = Logger.get('test'); log.trace('trace'); ``` Looks like this is caused by winton-logger being unable to find a color to use for `trace`
Looks like this is caused by winton-logger being unable to find a color to use for
trace