fix info messages

This commit is contained in:
Matteo Pagliazzi
2020-02-20 20:05:58 +01:00
parent ed5dfd0228
commit 362313fe0a
+1 -1
View File
@@ -61,7 +61,7 @@ if (IS_PROD) {
winston.format.colorize(),
winston.format.splat(),
winston.format.simple(),
winston.format.printf(info => `${info.timestamp} - ${info.level} ${info.message}`),
),
}));
}