This commit is contained in:
Martin McKeaveney 2023-08-07 12:55:28 +01:00
parent 14785ca49d
commit b7810f915e
1 changed files with 7 additions and 4 deletions

View File

@ -486,10 +486,13 @@ class Orchestrator {
const end = performance.now()
const executionTime = end - start
console.info(`Automation ID: ${automation._id} Execution time: ${executionTime} milliseconds`, {
_logKey: "automation",
executionTime,
})
console.info(
`Automation ID: ${automation._id} Execution time: ${executionTime} milliseconds`,
{
_logKey: "automation",
executionTime,
}
)
// store the logs for the automation run
try {