Chia-Ping Tsai created KAFKA-18145:
--------------------------------------

             Summary: 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: Chia-Ping Tsai


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)

Reply via email to