Skip to content

Commit

Permalink
fix: logger
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed May 8, 2020
1 parent f7afdec commit 700418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function(level){
}));
}

inst = new Winston.Logger({
inst = Winston.createLogger({
transports: transports,
timestamp: true,
exitOnError: true,
Expand Down

0 comments on commit 700418a

Please sign in to comment.