-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
We start our Tomcat with
--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED
-Dcom.databricks.jdbc.loggerImpl=SLF4JLOGGER
We are using a bridge from slf4j to log4j2.
Our Logger is configured as this:
<Logger name="com.databricks" level="DEBUG" additivity="false"> <AppenderRef ref="myLog" /> </Logger>
The JDBC-URL does not contain ;LogLevel=6;LogPath=C:\\tmp\\leer\\databricks
With version 3.0.4 by using shade-plugin <exclude>org/slf4j/**</exclude>
we get databricks logs as expected.
But this does not work with 3.0.5.
Even if we add ;LogLevel=6;LogPath=C:\\tmp\\leer\\databricks no output is seen.
How do I have to configure Logging with version 3.0.5 ?
Metadata
Metadata
Assignees
Labels
No labels