1
0
mirror of synced 2026-05-22 21:33:16 +00:00

More build and logging tuning.

This commit is contained in:
Luke Taylor
2010-08-04 22:55:17 +01:00
parent c9b0bc1bd9
commit 64375484a1
11 changed files with 58 additions and 34 deletions
+12
View File
@@ -0,0 +1,12 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="WARN">
<appender-ref ref="STDOUT" />
</root>
</configuration>