SGF-620 - Fix GemfireSimpleTypeHolderTest due to API changes in SDC SimpleTypeHolder.

This commit is contained in:
John Blum
2017-04-22 16:31:12 -07:00
parent dd546d4512
commit 939e1087b7
4 changed files with 29 additions and 34 deletions

View File

@@ -1,16 +1,14 @@
<?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="error" />
<logger name="org.springframework" level="${logback.log.level:-error}"/>
<root level="warn">
<root level="${logback.log.level:-error}">
<appender-ref ref="console" />
</root>
</configuration>