fix(Logger): Handle interpolating stdout (#7114)

* fix(Logger): Handle interpolating stdout

* Update CHANGELOG.md
This commit is contained in:
Diamond Lewis
2021-01-11 09:20:21 -06:00
committed by GitHub
parent 93781b2195
commit 1ede078154
4 changed files with 14 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ function configureTransports(options) {
colorize: true,
name: 'console',
silent,
format: consoleFormat,
format: format.combine(format.splat(), consoleFormat),
},
options
);