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 Both sides next revision
tutorial:adm:czechidm_installation_win [2021/03/10 11:12]
tomiskar
tutorial:adm:czechidm_installation_win [2021/05/10 16:06]
urbanl [Create CzechIdM configuration] Changed DB appender in logback to support IdM 11
Line 96: Line 96:
 </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.   * The **C:\CzechIdM\etc\logback-spring.xml** specifies logging configuration. This is the default logging configuration that you can use out of the box.
-<note important>Since IdM version **11.0.0** use DB appender `eu.bcvsolutions.idm.core.exception.IdmDbAppender` instead `ch.qos.logback.classic.db.DBAppender`!</note>+
 <code xml logback-spring.xml> <code xml logback-spring.xml>
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
Line 121: 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