vamossagar12 commented on code in PR #16628: URL: https://github.com/apache/kafka/pull/16628#discussion_r1701678429
########## connect/runtime/src/test/java/org/apache/kafka/connect/integration/BlockingConnectorTest.java: ########## @@ -527,7 +527,7 @@ public void maybeBlockOn(String block) { } } } else { - log.debug("Will not block on {}", block); + log.trace("Will not block on {}", block); Review Comment: I changed it to trace because there's a lot of noise in IT's from the poll() method. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org