wicknicks commented on a change in pull request #8918: URL: https://github.com/apache/kafka/pull/8918#discussion_r451281466
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ########## @@ -571,7 +571,7 @@ public boolean commitOffsets() { finishSuccessfulFlush(); long durationMillis = time.milliseconds() - started; recordCommitSuccess(durationMillis); - log.info("{} Finished commitOffsets successfully in {} ms", + log.debug("{} Finished commitOffsets successfully in {} ms", Review comment: I think you missed this one. ---------------------------------------------------------------- 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