liuml07 commented on code in PR #106: URL: https://github.com/apache/flink-connector-elasticsearch/pull/106#discussion_r1623296654
########## flink-connector-elasticsearch8/src/main/java/org/apache/flink/connector/elasticsearch/sink/Elasticsearch8AsyncWriter.java: ########## @@ -145,6 +152,7 @@ private void handlePartiallyFailedRequest( List<Operation> requestEntries, Consumer<List<Operation>> requestResult, BulkResponse response) { + LOG.debug("The BulkRequest has failed partially. Response: {}", response); Review Comment: add debug response ########## flink-connector-elasticsearch8/src/main/java/org/apache/flink/connector/elasticsearch/sink/Elasticsearch8AsyncWriter.java: ########## @@ -153,7 +161,7 @@ private void handlePartiallyFailedRequest( } } - LOG.debug( + LOG.info( Review Comment: debug -> info -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org