[ https://issues.apache.org/jira/browse/KAFKA-18145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-18145. ------------------------------------ Fix Version/s: 4.0.0 Resolution: Fixed > Fix failed e2e ConnectDistributedTest.test_dynamic_logging > ---------------------------------------------------------- > > Key: KAFKA-18145 > URL: https://issues.apache.org/jira/browse/KAFKA-18145 > Project: Kafka > Issue Type: Bug > Reporter: Chia-Ping Tsai > Assignee: Peter Lee > Priority: Major > Fix For: 4.0.0 > > > The `org.reflections` is removed, so the initial logger of worker is only > "root". However, the e2e needs a non-root logger to verify dynamic logger ... > We can add a logger to `connect_log4j.properties` to fix this e2e. For > example: > ``` > log4j.logger.org.apache.kafka.clients.consumer.ConsumerConfig=ERROR > ``` > this can make `admin/logger` return two logger - > `org.apache.kafka.clients.consumer.ConsumerConfig` and `root` -- This message was sent by Atlassian Jira (v8.20.10#820010)