frankvicky commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661387467
Hi @m1a2st You should see the warning of slf4j, but it is different from this one. ``` > Task :core:genProtocolErrorDocs SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. ``` The above warning is handled by [KAFKA-18752](https://issues.apache.org/jira/browse/KAFKA-18752) > And why don't we exclude the Log4j dependency in the core module? It is defined in `build.gradle` at line 1137. We could do that, but it is not necessary. The warning states that slf4j detects multiple bindings in projects, so removing one is enough. In this situation, it is easiest to exclude one in the tools module. -- 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