SGF-611 - Handle possible ClassLoader errors (NPE) related to logging detailed information about Apache Geode on cache initialization.

This commit is contained in:
John Blum
2017-04-18 11:50:25 -07:00
parent b58ef6d59b
commit 9f7de3f39e
5 changed files with 42 additions and 17 deletions

View File

@@ -6,9 +6,9 @@
</encoder>
</appender>
<logger name="org.springframework.data" level="${logback.log.level:-error}"/>
<logger name="org.springframework" level="${logback.log.level:-error}"/>
<root level="${logback.log.leve:-warn}">
<root level="${logback.log.level:-error}">
<appender-ref ref="console" />
</root>
</configuration>