Skip to content

Commit

Permalink
List winston options in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
amad-person committed Feb 21, 2019
1 parent 7a762a8 commit 669325b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ winston.configure({
exitOnError: false,
transports: [
new (winston.transports.Console)({
level: 'error',
colorize: true,
handleExceptions: true,
humanReadableUnhandledException: true,
level: 'error',
showLevel: true,
}),
new DailyRotateFile({
Expand Down

0 comments on commit 669325b

Please sign in to comment.