debug log for automation ID
This commit is contained in:
parent
38af31835f
commit
ac5ce13f80
|
@ -486,6 +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(`Execution time: ${executionTime} milliseconds`, {
|
console.info(`Execution time: ${executionTime} milliseconds`, {
|
||||||
_logKey: "automation",
|
_logKey: "automation",
|
||||||
executionTime,
|
executionTime,
|
||||||
|
|
Loading…
Reference in New Issue