Skip to content

Since 3.0.5 the logging does not work any longer #1134

@itmstr01

Description

@itmstr01

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions