Skip to content

Commit

Permalink
feat: add notice level
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Mar 10, 2018
1 parent cabb131 commit 861cdad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nightingale-level-names/index.js
Expand Up @@ -2,6 +2,7 @@ module.exports = new Map([
[10, 'trace'],
[100, 'debug'],
[200, 'info'],
[250, 'notice'],
[300, 'warn'],
[400, 'error'],
[500, 'critical'],
Expand Down

0 comments on commit 861cdad

Please sign in to comment.