Skip to content

Commit 1eee7f1

Browse files
committed
Re-add Color in logs
1 parent 3aed1de commit 1eee7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Logger/WinstonLogger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function configureTransports(options) {
5252
colorize: true,
5353
name: 'console',
5454
silent,
55-
format: format.combine(format.splat(), consoleFormat),
55+
format: format.combine(format.colorize(), format.splat(), consoleFormat),
5656
},
5757
options
5858
);

0 commit comments

Comments
 (0)