Skip to content

Commit af33bc7

Browse files
committed
Logging
1 parent fb79d22 commit af33bc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambdas/supplier-events-forwarder/src/forwarder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function createForwarder(deps: Deps): SQSHandler {
99
);
1010

1111
for (const firehoseCommand of firehoseCommands) {
12+
deps.logger.info({ description: "Sending firehose command" });
1213
await deps.firehoseClient.send(firehoseCommand);
1314
}
1415
};

0 commit comments

Comments
 (0)