[REVERT] Set log-level to 'INFO' for both 'org.apache.geode' & 'org.springframework.geode' Loggers for debugging purposes.

Attempting to uncover the root cause of the stale GemFire/Geode SSL configuration & state issues.
This commit is contained in:
John Blum
2021-04-12 14:52:38 -07:00
parent ea4d3388b6
commit 7f2b64eb1c

View File

@@ -13,8 +13,12 @@
<logger name="org.apache" level="${logback.log.level:-ERROR}"/>
<logger name="org.apache.geode" level="${logback.log.level:-INFO}"/>
<logger name="org.springframework" level="${logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode" level="${logback.log.level:-INFO}"/>
<root level="${logback.log.level:-ERROR}">
<appender-ref ref="console"/>
</root>