Skip to content

Commit 8526ef0

Browse files
committed
add logging for dispatching
1 parent 21abef5 commit 8526ef0

File tree

1 file changed

+1
-1
lines changed
  • lambdas/functions/webhook/src/sqs

1 file changed

+1
-1
lines changed

lambdas/functions/webhook/src/sqs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function sendWebhookEventToWorkflowJobQueue(
6464
MessageBody: JSON.stringify(message),
6565
};
6666

67-
logger.debug(`Sending Webhook events to the workflow job queue: ${config.workflowJobEventSecondaryQueue}`);
67+
logger.info(`Sending event to the workflow job queue: ${config.workflowJobEventSecondaryQueue}`);
6868

6969
try {
7070
await sqs.sendMessage(sqsMessage);

0 commit comments

Comments
 (0)