Skip to content

Commit

Permalink
add error string output
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanEddyIC committed Aug 23, 2023
1 parent 651e328 commit d2ed9f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FaaTotallyIneligibleNoticeSubscriber
ack(delivery_info.delivery_tag)
rescue StandardError, SystemStackError => e
logger.error(
"Polypress: FaaTotallyIneligibleNoticeSubscriber_error: nacked due to backtrace:
"Polypress: FaaTotallyIneligibleNoticeSubscriber_error: nacked due to error: #{e}; backtrace:
#{e.backtrace}; for routing_key: #{routing_key}, response: #{response}"
)
ack(delivery_info.delivery_tag)
Expand Down

0 comments on commit d2ed9f3

Please sign in to comment.