Skip to content

Commit

Permalink
Address duplicate log comment
Browse files Browse the repository at this point in the history
Signed-off-by: Srikanth Govindarajan <srigovs@amazon.com>
  • Loading branch information
srikanthjg committed Sep 17, 2024
1 parent a444078 commit 718081a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public Collection<Record<Event>> doExecute(final Collection<Record<Event>> recor
}
}
} catch (final Exception e) {
LOG.error(NOISY, "There was an exception while processing Event [{}]", recordEvent, e);
LOG.atError()
.addMarker(EVENT)
.addMarker(NOISY)
Expand Down

0 comments on commit 718081a

Please sign in to comment.