Add Logger configuration for 'org.springframework.geode.config.annotation.ClusterAwareConfiguration'.

This commit is contained in:
John Blum
2021-01-20 14:08:14 -08:00
parent be76266a9e
commit 06a19a0787

View File

@@ -17,6 +17,8 @@
<logger name="org.springframework" level="${logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode.config.annotation.ClusterAwareConfiguration" level="${logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration" level="WARN">
<appender-ref ref="testAppender"/>
</logger>