Omaha #4337 - merge modification of logback.xml
Former-commit-id:9f26e02dc6
[formerly 8f555a33c557fabce3c9035bdd91c8627362cf50] Former-commit-id:6486a684a2
This commit is contained in:
parent
663bf8c2f9
commit
e812613c42
1 changed files with 5 additions and 12 deletions
|
@ -6,20 +6,13 @@
|
|||
<include file="${edex.home}/conf/logback-edex-hibernate-logger.xml" />
|
||||
|
||||
<!-- 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">
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<fileNamePattern>${edex.home}/logs/edex-${edex.run.mode}-activeTableChange-%d{yyyyMMdd}.log</fileNamePattern>
|
||||
<maxHistory>30</maxHistory>
|
||||
</rollingPolicy>
|
||||
|
||||
<encoder>
|
||||
<pattern>%-5p %d [%t] %c{0}: %m%n</pattern>
|
||||
</encoder>
|
||||
<rollingPolicy class="com.raytheon.uf.common.status.logback.StdTimeBasedRollingPolicy">
|
||||
<name>activeTableChange</name>
|
||||
</rollingPolicy>
|
||||
<encoder class="com.raytheon.uf.common.status.logback.UFStdEncoder"/>
|
||||
</appender>
|
||||
|
||||
|
||||
<appender name="activeTableChangeLogAsync" class="ch.qos.logback.classic.AsyncAppender">
|
||||
<appender-ref ref="activeTableChangeLog" />
|
||||
</appender>
|
||||
|
|
Loading…
Add table
Reference in a new issue