Initial commit

This commit is contained in:
Vincent Spiewak
2013-09-12 17:43:27 +02:00
commit 138cce7b62
8 changed files with 842 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<logger name="com.github" level="all" />
<root level="INFO">
<appender-ref ref="stdout"/>
</root>
</configuration>