frankvicky commented on PR #18472: URL: https://github.com/apache/kafka/pull/18472#issuecomment-2585152871
Hi @ppkarwasz, Should we make `log4j-slf4j-impl` an optional dependency? I'm running the kafka e2e on my local machine, it would fail with following log: ``` 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. ``` It seems we still need `log4j-slf4j-impl` at runtime. WDYT ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
