Refactor the spring-geode-autoconfigure test Logback configuration file.

* Add a 'org.eclipse' Logger configuration.
* Add a 'org.eclipse.jetty' Logger configuration.
* Add a 'org.springframework.geode.cache.service' Logger configuration.
* Add a 'org.springframework.geode.config' Logger configuration.
This commit is contained in:
John Blum
2022-04-14 16:56:55 -07:00
parent 54572fcb4c
commit 5addaa4eca

View File

@@ -17,12 +17,22 @@
<logger name="org.apache.geode" level="${apache-geode.logback.log.level:-ERROR}"/>
<logger name="org.eclipse" level="${eclipse.logback.log.level:-ERROR}"/>
<logger name="org.eclipse.jetty" level="${eclipse-jetty.logback.log.level:-ERROR}"/>
<logger name="org.springframework" level="${spring.logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode" level="${spring-geode.logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode.cache.service"
level="${spring-geode.cache-services.logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode.config"
level="${spring-geode.config.logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode.config.annotation.ClusterAwareConfiguration"
level="${spring-geode.logback.log.level:-ERROR}"/>
level="${spring-geode.cluster-config.logback.log.level:-ERROR}"/>
<logger name="org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration" level="WARN">
<appender-ref ref="testAppender"/>