Skip to content

Commit 85f6a02

Browse files
authored
Add colors!
1 parent f616ef9 commit 85f6a02

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)