Skip to content

Commit

Permalink
Update DocumentMapper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrik-es authored Dec 10, 2024
1 parent 3a292e9 commit 158a5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private void maybeLog(Exception ex) {
if (logger.isDebugEnabled()) {
logger.debug("Error while parsing document: " + ex.getMessage(), ex);
} else if (IntervalThrottler.DOCUMENT_PARSING_FAILURE.accept()) {
logger.error("Error while parsing document: " + ex.getMessage(), ex);
logger.info("Error while parsing document: " + ex.getMessage(), ex);
}
}

Expand Down

0 comments on commit 158a5e2

Please sign in to comment.