We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aed1de commit 1eee7f1Copy full SHA for 1eee7f1
src/Adapters/Logger/WinstonLogger.js
@@ -52,7 +52,7 @@ function configureTransports(options) {
52
colorize: true,
53
name: 'console',
54
silent,
55
- format: format.combine(format.splat(), consoleFormat),
+ format: format.combine(format.colorize(), format.splat(), consoleFormat),
56
},
57
options
58
);
0 commit comments