From 82c9407ce2e3008a3e8a7b0576f0c306ea546307 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 13 Oct 2022 15:11:49 -0700 Subject: [PATCH] Declare 'org.jgroups' Logger configuration in JUL, Log4j and Logback properties/XML configuration files. --- .../src/test/resources/java-util-logging.properties | 1 + spring-data-geode-test/src/test/resources/log4j2-test.xml | 2 ++ spring-data-geode-test/src/test/resources/logback.xml | 1 + 3 files changed, 4 insertions(+) diff --git a/spring-data-geode-test/src/test/resources/java-util-logging.properties b/spring-data-geode-test/src/test/resources/java-util-logging.properties index 37ccf2c..4373eb0 100644 --- a/spring-data-geode-test/src/test/resources/java-util-logging.properties +++ b/spring-data-geode-test/src/test/resources/java-util-logging.properties @@ -1,6 +1,7 @@ # java.util.logging (JUL) configuration org.apache=ERROR +org.jgroups=ERROR org.springframework=ERROR org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter=OFF org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter.useParentHandlers=false diff --git a/spring-data-geode-test/src/test/resources/log4j2-test.xml b/spring-data-geode-test/src/test/resources/log4j2-test.xml index 8ab87c1..e8334bb 100644 --- a/spring-data-geode-test/src/test/resources/log4j2-test.xml +++ b/spring-data-geode-test/src/test/resources/log4j2-test.xml @@ -1,3 +1,4 @@ + @@ -10,6 +11,7 @@ + diff --git a/spring-data-geode-test/src/test/resources/logback.xml b/spring-data-geode-test/src/test/resources/logback.xml index 5a927ce..046af3c 100644 --- a/spring-data-geode-test/src/test/resources/logback.xml +++ b/spring-data-geode-test/src/test/resources/logback.xml @@ -18,6 +18,7 @@ +