move to info log line
This commit is contained in:
parent
ac5ce13f80
commit
14785ca49d
|
@ -486,8 +486,7 @@ class Orchestrator {
|
||||||
const end = performance.now()
|
const end = performance.now()
|
||||||
const executionTime = end - start
|
const executionTime = end - start
|
||||||
|
|
||||||
console.debug(`[Automation ID]: ${automation._id} completed`)
|
console.info(`Automation ID: ${automation._id} Execution time: ${executionTime} milliseconds`, {
|
||||||
console.info(`Execution time: ${executionTime} milliseconds`, {
|
|
||||||
_logKey: "automation",
|
_logKey: "automation",
|
||||||
executionTime,
|
executionTime,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue