Skip to content

Commit

Permalink
Remove extra field
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzl committed Sep 26, 2023
1 parent bbe6131 commit 2371c3f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public void reportFail(Message message, StopProcessingException e) {
name,
e.getMessage(),
keyValue("amqp_message", message.toString()),
keyValue("exception", e.toString()),
e);
}

Expand All @@ -46,7 +45,6 @@ public void reportFailAfterMaxRetries(Message message, Exception e) {
name,
e.getMessage(),
keyValue("amqp_message", message.toString()),
keyValue("exception", e.toString()),
e);
}

Expand Down

0 comments on commit 2371c3f

Please sign in to comment.