chapters.appenders.db.append-via-jndi.xml Maven / Gradle / Ivy
<configuration debug="true"> <appender name="DB" class="ch.qos.logback.classic.db.DBAppender"> <connectionSource class="ch.qos.logback.core.db.JNDIConnectionSource"> <!-- please note the "java:comp/env/" prefix --> <jndiLocation>java:comp/env/jdbc/logging</jndiLocation> </connectionSource> </appender> <root level="DEBUG"> <appender-ref ref="DB"/> </root> </configuration>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy