Switching off duplicated timestamp

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-09-30 22:41:56 +02:00
parent 16889b6ea7
commit f3a79e851e
@@ -77,7 +77,6 @@ const createStepLogger = ({
level: process.env.LOG_LEVEL || 'info',
format: winston.format.combine(
winston.format.colorize(),
winston.format.timestamp(),
winston.format.simple(),
),
defaultMeta: {},