Skip to content

Commit

Permalink
colorize
Browse files Browse the repository at this point in the history
Signed-off-by: OMPRAKASH MISHRA <omprakashmishra3978@gmail.com>
  • Loading branch information
mishraomp committed Sep 7, 2024
1 parent ee92823 commit 683bf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/common/logger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const customLogger: LoggerService = WinstonModule.createLogger({
level: 'silly',
format: winston.format.combine(
globalLoggerFormat,
localLoggerFormat
localLoggerFormat,
winston.format.colorize({ all: true })
),
}),
],
Expand Down

0 comments on commit 683bf43

Please sign in to comment.