Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/server/src/config/winston.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import 'winston-daily-rotate-file';
const consoleTransport = new winston.transports.Console({
level: 'info',
format: winston.format.combine(
winston.format.colorize(),
winston.format.colorize({ message: true }),
winston.format.timestamp(),
winston.format.ms(),
nestWinstonModuleUtilities.format.nestLike('FBW-SimBridge', { prettyPrint: true }),
Expand Down
Loading
Loading