DATACOUCH-19 - Polished test setup in preparation for CI setup.

Renamed *Test to *Tests. Reduced connection timeout. Added logback.xml to reduce logging output.
This commit is contained in:
Oliver Gierke
2013-07-29 10:15:24 +02:00
parent 0d7c2df2a6
commit 898a892525
13 changed files with 31 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d %5p %40.40c:%4L - %m%n</pattern>
</encoder>
</appender>
<!--
<logger name="org.springframework.data" level="debug" />
-->
<root level="info">
<appender-ref ref="console" />
</root>
</configuration>