Change server logging to be grouped by day instead of per hour
This commit is contained in:
parent
7daaf53dff
commit
4bce4b49f4
@ -84,7 +84,7 @@ export abstract class AbstractWinstonLogger implements ILogger
|
||||
new DailyRotateFile({
|
||||
level: "debug",
|
||||
filename: this.filePath,
|
||||
datePattern: "YYYY-MM-DD-HH",
|
||||
datePattern: "YYYY-MM-DD",
|
||||
zippedArchive: true,
|
||||
maxSize: this.getLogMaxSize(),
|
||||
maxFiles: this.getLogMaxFiles(),
|
||||
|
Loading…
Reference in New Issue
Block a user