rhauch commented on a change in pull request #8918: URL: https://github.com/apache/kafka/pull/8918#discussion_r504920005
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ########## @@ -492,7 +492,7 @@ public boolean commitOffsets() { // to persistent storage // Next we need to wait for all outstanding messages to finish sending - log.info("{} flushing {} outstanding messages for offset commit", this, outstandingMessages.size()); + log.debug("{} flushing {} outstanding messages for offset commit", this, outstandingMessages.size()); Review comment: Yeah, I think the log messages other than this one are fine as DEBUG. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org