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_win [2021/01/21 11:46]
kasalr [Configure environment properties. Select application profile]
tutorial:adm:czechidm_installation_win [2021/05/10 16:06]
urbanl [Create CzechIdM configuration] Changed DB appender in logback to support IdM 11
Line 95: Line 95:
 org.quartz.jobStore.tablePrefix=qrtz_ org.quartz.jobStore.tablePrefix=qrtz_
 </file> </file>
-  * The **C:\CzechIdM\etc\logback-spring.xml** specifies logging configuration. This is the default logging configuration that you can use out of the box.<code xml logback-spring.xml>+  * The **C:\CzechIdM\etc\logback-spring.xml** specifies logging configuration. This is the default logging configuration that you can use out of the box. 
 + 
 +<code 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 119: Line 121:
                 </appender>                 </appender>
    
-                <appender name="DB_ASYNC" class="ch.qos.logback.classic.AsyncAppender">+                <appender name="DB_ASYNC" class="eu.bcvsolutions.idm.core.exception.IdmDbAppender">
                 <appender-ref ref="DB" />                 <appender-ref ref="DB" />
                      <includeCallerData>true</includeCallerData>                      <includeCallerData>true</includeCallerData>
  • by fiserp