1
0
Fork 0
mirror of synced 2024-07-14 10:45:51 +12:00

debug log for automation ID

This commit is contained in:
Martin McKeaveney 2023-08-07 10:59:42 +01:00
parent 38af31835f
commit ac5ce13f80

View file

@ -486,6 +486,7 @@ class Orchestrator {
const end = performance.now()
const executionTime = end - start
console.debug(`[Automation ID]: ${automation._id} completed`)
console.info(`Execution time: ${executionTime} milliseconds`, {
_logKey: "automation",
executionTime,