diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/parse-log.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse-log.ts b/scripts/parse-log.ts index 9e6653ca3..26049b54d 100755 --- a/scripts/parse-log.ts +++ b/scripts/parse-log.ts | |||
@@ -40,7 +40,7 @@ const logger = winston.createLogger({ | |||
40 | stderrLevels: [], | 40 | stderrLevels: [], |
41 | format: winston.format.combine( | 41 | format: winston.format.combine( |
42 | winston.format.splat(), | 42 | winston.format.splat(), |
43 | labelFormatter, | 43 | labelFormatter(), |
44 | winston.format.colorize(), | 44 | winston.format.colorize(), |
45 | loggerFormat | 45 | loggerFormat |
46 | ) | 46 | ) |