Skip to content

Commit

Permalink
Remove verbose debug log from JacksonEvent (opensearch-project#3639)
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Gray <[email protected]>
  • Loading branch information
graytaylor0 authored Nov 12, 2023
1 parent f521804 commit 6e921ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ private String formatStringInternal(final String format, final ExpressionEvaluat

try {
val = this.get(name, Object.class);
} catch (final Exception e) {
LOG.debug("Received exception using Event key for formatting, now checking for Data Prepper expression: {}", e.getMessage());
} catch (final Exception ignored) {
// Exception likely indicates use of a Data Prepper expression
}

if (val == null) {
Expand Down

0 comments on commit 6e921ad

Please sign in to comment.