chia7712 commented on code in PR #18504:
URL: https://github.com/apache/kafka/pull/18504#discussion_r1912989149


##########
config/log4j2.yaml:
##########
@@ -126,18 +126,12 @@ Configuration:
         additivity: false
         AppenderRef:
           ref: RequestAppender
-      # KRaft mode controller logger
+      # Controller logger
       - name: org.apache.kafka.controller
         level: INFO
         additivity: false
         AppenderRef:
           ref: ControllerAppender
-      # ZK mode controller logger
-      - name: kafka.controller

Review Comment:
   Perhaps we can also clean up the `log4j2.yaml` configuration for our e2e, 
given that the "kafka.controller" package is being completely removed in 4.0.
   
   
https://github.com/apache/kafka/blob/trunk/tests/kafkatest/services/kafka/templates/log4j2.yaml#L250



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