Change log message from info to debug level

This commit is contained in:
Jan Oberhauser 2021-10-21 13:34:16 -05:00
parent 029b9738eb
commit d25353b6e6

View file

@ -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,
}); });