diff --git a/backend/src/common/logger.config.ts b/backend/src/common/logger.config.ts index 66152d267..ae35cca6d 100644 --- a/backend/src/common/logger.config.ts +++ b/backend/src/common/logger.config.ts @@ -18,7 +18,7 @@ export const customLogger: LoggerService = WinstonModule.createLogger({ format: winston.format.combine( globalLoggerFormat, localLoggerFormat, - winston.format.colorize({ all: true }) + winston.format.colorize({ level: true }) ), }), ],