Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:czechidm_installation [2020/12/21 10:11]
kasalr
tutorial:adm:czechidm_installation [2021/05/10 16:05]
urbanl [5. Create CzechIdM configuration] Changed DB logback appender to support IdM 11
Line 102: Line 102:
 org.quartz.jobStore.tablePrefix=qrtz_ org.quartz.jobStore.tablePrefix=qrtz_
 </file> </file>
-  * The **/opt/czechidm/etc/logback-spring.xml** specifies logging configuration. This is the default logging configuration that you can use out of the box.<file xml logback-spring.xml>+  * The **/opt/czechidm/etc/logback-spring.xml** specifies logging configuration. This is the default logging configuration that you can use out of the box. 
 + 
 +<file xml logback-spring.xml>
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
 <!-- https://springframework.guru/using-logback-spring-boot/ --> <!-- https://springframework.guru/using-logback-spring-boot/ -->
Line 123: Line 125:
         <springProperty name="spring.datasource.password" source="spring.datasource.password"/>         <springProperty name="spring.datasource.password" source="spring.datasource.password"/>
  
-        <appender name="DB" class="ch.qos.logback.classic.db.DBAppender">+        <appender name="DB" class="eu.bcvsolutions.idm.core.exception.IdmDbAppender">
             <connectionSource class="ch.qos.logback.core.db.DriverManagerConnectionSource">             <connectionSource class="ch.qos.logback.core.db.DriverManagerConnectionSource">
                 <driverClass>${spring.datasource.driver-class-name}</driverClass>                 <driverClass>${spring.datasource.driver-class-name}</driverClass>
  • by kralikf