core: add tests options, change log format

This commit is contained in:
Skylot
2013-09-28 13:38:14 +04:00
parent 04ac3b2eb7
commit 00a6b6efd2
2 changed files with 31 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss} %-5level - %msg%n</pattern>
</encoder>
</appender>
<root level="DEBUG">
<appender-ref ref="STDOUT"/>
</root>
</configuration>