Skip to content

Commit

Permalink
Include visibilityTimeout in debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrjoh committed Aug 26, 2024
1 parent fa55cb2 commit a3b40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue/QueueSubjectListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class QueueSubjectListener {
}

this.logger.debug(
`Message with subject "${m.message.subject}" kept`
`Message with subject "${m.message.subject}" kept, visibilityTimeout: ${visibilityTimeout}`
);
} catch (error) {
typeof error === 'string' && this.logger.error(error);
Expand Down

0 comments on commit a3b40a3

Please sign in to comment.