frankvicky commented on code in PR #18185:
URL: https://github.com/apache/kafka/pull/18185#discussion_r1885043342


##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/LoggersTest.java:
##########
@@ -247,6 +248,7 @@ public TestLoggers(Logger rootLogger, Logger... 
knownLoggers) {
                             Logger::getName,
                             Function.identity()
                     )));
+            this.currentLoggers.put(rootLogger.getName(), rootLogger);

Review Comment:
   This change reflects the current logic of `Loggers#currentLoggers`



-- 
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

Reply via email to