[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user