1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

move to info log line

This commit is contained in:
Martin McKeaveney 2023-08-07 12:36:19 +01:00
parent ac5ce13f80
commit 14785ca49d

View file

@ -486,8 +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`, {
console.info(`Automation ID: ${automation._id} Execution time: ${executionTime} milliseconds`, {
_logKey: "automation",
executionTime,
})