Skip to content

LogLevel trace throws an error #9

@edwardsmit

Description

@edwardsmit
'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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions