Skip to content

Commit

Permalink
Reduced chunk size and moved log files to local logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Egyed committed Oct 12, 2020
1 parent 2bdf07e commit 9e81b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ winston.configure({
}),
new winston.transports.File({
level: 'debug',
filename: `tmp/logs/nantucket.log`,
filename: `./logs/nantucket.log`,
handleExceptions: true,
json: true,
maxsize: 5242880, // 5MB
maxsize: 2242880, // ~2MB
colorize: false,
})
],
Expand Down

0 comments on commit 9e81b92

Please sign in to comment.