Merge pull request #13953 from acierto/task-logging
Switching off duplicated timestamp
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Switching off duplicated timestamp in case of logging via task logger in a custom action
|
||||
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user