Skip to content

Commit

Permalink
Moved trace to the top level.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Rakowski committed Jun 18, 2019
1 parent 8de6a79 commit 2c070a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module.exports = (instance, mainLevel = 'info') => {

const stack = {
'trace': 10,
'debug': 20,
'info': 30,
'log': 30,
'warn': 40,
'error': 50,
'trace': 60,
'off': 1000
};

Expand Down

0 comments on commit 2c070a5

Please sign in to comment.