2010-08-11 13:41:09 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<!-- For assistance related to logback-translator or configuration -->
|
|
|
|
|
<!-- files in general, please contact the logback user mailing list -->
|
|
|
|
|
<!-- at http://www.qos.ch/mailman/listinfo/logback-user -->
|
|
|
|
|
<!-- -->
|
|
|
|
|
<!-- For professional support please see -->
|
|
|
|
|
<!-- http://www.qos.ch/shop/products/professionalSupport -->
|
|
|
|
|
<!-- -->
|
2010-08-16 12:50:11 +02:00
|
|
|
<configuration scan="false" debug="false">
|
2010-08-11 13:41:09 +02:00
|
|
|
<!-- Errors were reported during translation. -->
|
|
|
|
|
<!-- Could not find transformer for org.apache.log4j.SimpleLayout -->
|
|
|
|
|
<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
|
|
|
|
|
<encoder>
|
|
|
|
|
<pattern>[%4p] [%d{ISO8601}] [%t] %c{1}: %m%n</pattern>
|
|
|
|
|
</encoder>
|
|
|
|
|
</appender>
|
2010-10-26 13:32:44 +02:00
|
|
|
<logger name="akka" level="DEBUG"/>
|
2010-10-29 16:33:31 +02:00
|
|
|
|
2010-09-23 19:37:18 +02:00
|
|
|
<logger name="org.mortbay.log" level="ERROR"/>
|
|
|
|
|
<logger name="org.apache.jasper" level="ERROR"/>
|
2010-10-29 16:33:31 +02:00
|
|
|
|
2010-08-12 15:05:45 +02:00
|
|
|
<root level="DEBUG">
|
2010-08-11 13:41:09 +02:00
|
|
|
<appender-ref ref="stdout"/>
|
|
|
|
|
</root>
|
|
|
|
|
</configuration>
|