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


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Loggers.java:
##########
@@ -45,9 +50,9 @@ public class Loggers {
     private static final Logger log = LoggerFactory.getLogger(Loggers.class);
 
     /**
-     * Log4j uses "root" (case-insensitive) as name of the root logger.
+     * Log4j2 uses "" (empty string) as name of the root logger.
      */
-    private static final String ROOT_LOGGER_NAME = "root";
+    private static final String ROOT_LOGGER_NAME = "";

Review Comment:
   @dongjinleekr 
   Very appreciate your explanation. I will modify it in the next commit. 😺 



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