From 5addaa4eca7f5dfc8c84e81546841312c1b68089 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 14 Apr 2022 16:56:55 -0700 Subject: [PATCH] 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. --- .../src/test/resources/logback.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/spring-geode-project/spring-geode-autoconfigure/src/test/resources/logback.xml b/spring-geode-project/spring-geode-autoconfigure/src/test/resources/logback.xml index fbc80d79..6a56031e 100644 --- a/spring-geode-project/spring-geode-autoconfigure/src/test/resources/logback.xml +++ b/spring-geode-project/spring-geode-autoconfigure/src/test/resources/logback.xml @@ -17,12 +17,22 @@ + + + + + + + + + level="${spring-geode.cluster-config.logback.log.level:-ERROR}"/>