Skip to content

Commit 835b16f

Browse files
authored
Merge pull request #773 from confluentinc/CC-25275
[CC-25275] Change log level to DEBUG
2 parents 4a685e1 + 0853cab commit 835b16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/confluent/connect/elasticsearch/ElasticsearchClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ private synchronized void reportBadRecord(BulkItemResponse response,
681681
// RCCA-7507 : Don't push to DLQ if we receive Internal version conflict on data streams
682682
if (response.getFailureMessage().contains(VERSION_CONFLICT_EXCEPTION)
683683
&& config.isDataStream()) {
684-
log.info("Skipping DLQ insertion for DataStream type.");
684+
log.debug("Skipping DLQ insertion for DataStream type.");
685685
return;
686686
}
687687
if (reporter != null) {

0 commit comments

Comments
 (0)