Skip to content

Commit

Permalink
Change logging setting to be based on maximum files (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachx committed Apr 27, 2018
1 parent 8c5c673 commit 85f41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ winston.configure({
handleExceptions: true,
humanReadableUnhandledException: true,
level: 'debug',
maxFiles: '2d',
maxFiles: 5,
showLevel: true,
}),
],
Expand Down

0 comments on commit 85f41b4

Please sign in to comment.