Omaha #4337 - merge modification of logback.xml
Former-commit-id: 8f555a33c557fabce3c9035bdd91c8627362cf50
This commit is contained in:
parent
25bd3ee930
commit
6486a684a2
1 changed files with 5 additions and 12 deletions
|
@ -6,20 +6,13 @@
|
||||||
<include file="${edex.home}/conf/logback-edex-hibernate-logger.xml" />
|
<include file="${edex.home}/conf/logback-edex-hibernate-logger.xml" />
|
||||||
|
|
||||||
<!-- activeTableChange log -->
|
<!-- activeTableChange log -->
|
||||||
<!-- When migrating this change to 15.1.1 it will need to be split up properly.
|
|
||||||
See Roger Ferrel for instruction
|
|
||||||
-->
|
|
||||||
<appender name="activeTableChangeLog" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
<appender name="activeTableChangeLog" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
<rollingPolicy class="com.raytheon.uf.common.status.logback.StdTimeBasedRollingPolicy">
|
||||||
<fileNamePattern>${edex.home}/logs/edex-${edex.run.mode}-activeTableChange-%d{yyyyMMdd}.log</fileNamePattern>
|
<name>activeTableChange</name>
|
||||||
<maxHistory>30</maxHistory>
|
</rollingPolicy>
|
||||||
</rollingPolicy>
|
<encoder class="com.raytheon.uf.common.status.logback.UFStdEncoder"/>
|
||||||
|
|
||||||
<encoder>
|
|
||||||
<pattern>%-5p %d [%t] %c{0}: %m%n</pattern>
|
|
||||||
</encoder>
|
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
<appender name="activeTableChangeLogAsync" class="ch.qos.logback.classic.AsyncAppender">
|
<appender name="activeTableChangeLogAsync" class="ch.qos.logback.classic.AsyncAppender">
|
||||||
<appender-ref ref="activeTableChangeLog" />
|
<appender-ref ref="activeTableChangeLog" />
|
||||||
</appender>
|
</appender>
|
||||||
|
|
Loading…
Add table
Reference in a new issue