mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Change log message from info to debug level
This commit is contained in:
parent
029b9738eb
commit
d25353b6e6
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue