Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions