mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Change log message from info to debug level
This commit is contained in:
@@ -194,7 +194,7 @@ export class ActiveWorkflows {
|
|||||||
// The trigger function to execute when the cron-time got reached
|
// The trigger function to execute when the cron-time got reached
|
||||||
const executeTrigger = async () => {
|
const executeTrigger = async () => {
|
||||||
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
|
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
|
||||||
Logger.info(`Polling trigger initiated for workflow "${workflow.name}"`, {
|
Logger.debug(`Polling trigger initiated for workflow "${workflow.name}"`, {
|
||||||
workflowName: workflow.name,
|
workflowName: workflow.name,
|
||||||
workflowId: workflow.id,
|
workflowId: workflow.id,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user