Omaha #4015 Clean up.
Former-commit-id: cefbada02e207287fb26b1dd629270d591f86635
This commit is contained in:
parent
6af7902714
commit
f340c87441
1 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
|||
<configuration debug="false" scan="false">
|
||||
<!-- Only define when not wanting to use the UF Standard.
|
||||
<property scope="context" name="log.message.pattern" value="%-5p %d [%t] %c{0}: %m%n"/>
|
||||
-->
|
||||
<!-- general application log -->
|
||||
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder class="com.raytheon.uf.common.status.logback.UFStdEncoder"/>
|
||||
|
@ -41,18 +44,12 @@
|
|||
<level value="INFO"/>
|
||||
</logger>
|
||||
|
||||
<logger name="com.tc">
|
||||
<level value="WARN"/>
|
||||
</logger>
|
||||
<logger name="mx4j">
|
||||
<level value="ERROR"/>
|
||||
</logger>
|
||||
<logger name="org.apache">
|
||||
<level value="INFO"/>
|
||||
</logger>
|
||||
<logger name="org.apache.activemq.spring">
|
||||
<level value="WARN"/>
|
||||
</logger>
|
||||
<logger name="org.apache.commons.beanutils">
|
||||
<level value="WARN"/>
|
||||
</logger>
|
||||
|
|
Loading…
Add table
Reference in a new issue