We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21abef5 commit 8526ef0Copy full SHA for 8526ef0
lambdas/functions/webhook/src/sqs/index.ts
@@ -64,7 +64,7 @@ export async function sendWebhookEventToWorkflowJobQueue(
64
MessageBody: JSON.stringify(message),
65
};
66
67
- logger.debug(`Sending Webhook events to the workflow job queue: ${config.workflowJobEventSecondaryQueue}`);
+ logger.info(`Sending event to the workflow job queue: ${config.workflowJobEventSecondaryQueue}`);
68
69
try {
70
await sqs.sendMessage(sqsMessage);
0 commit comments