Skip to content

Commit 0338599

Browse files
committed
More logging
1 parent ebb7fc0 commit 0338599

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lambdas/allocation/src/allocator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export default function createAllocator(deps: Deps): SNSHandler {
1717
for (const sqsCommand of sqsCommands) {
1818
deps.logger.info({
1919
description: "Placing message on queue",
20-
MessageGroupId: sqsCommand.MessageGroupId,
20+
// MessageGroupId: sqsCommand.MessageGroupId,
21+
Message: JSON.stringify(sqsCommand),
2122
});
2223
deps.sqsClient.send(sqsCommand);
2324
}

0 commit comments

Comments
 (0)