diff --git a/project/src/utils/logging/AbstractWinstonLogger.ts b/project/src/utils/logging/AbstractWinstonLogger.ts index b0df5b7f..9d8dd79b 100644 --- a/project/src/utils/logging/AbstractWinstonLogger.ts +++ b/project/src/utils/logging/AbstractWinstonLogger.ts @@ -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(),