laurentgo commented on issue #41543: URL: https://github.com/apache/arrow/issues/41543#issuecomment-2123889687
The change was actually on purpose and rationale is explained in #40908. You can still use slf4j with your application but your application needs to declare slf4j itself. If you want to control the driver logging, use `java.util.logging.*` framework to configure the driver logger (or you can use `jul-to-slf4j` to bridge back the driver log messages to your slf4j backend) -- 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]
