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

LogLevel trace throws an error #9

Open
edwardsmit opened this issue Dec 15, 2016 · 0 comments
Open

LogLevel trace throws an error #9

edwardsmit opened this issue Dec 15, 2016 · 0 comments
Assignees

Comments

@edwardsmit
Copy link
Member

'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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants