diff --git a/pom.xml b/pom.xml index ca101f83..8c8e1faf 100644 --- a/pom.xml +++ b/pom.xml @@ -242,6 +242,7 @@ false true + ${basedir}/src/test/resources/java-util-logging.properties ${basedir}/src/test/resources/trusted.keystore error apache-geode diff --git a/src/test/resources/java-util-logging.properties b/src/test/resources/java-util-logging.properties new file mode 100644 index 00000000..97056764 --- /dev/null +++ b/src/test/resources/java-util-logging.properties @@ -0,0 +1,4 @@ +# java.util.logging (JUL) configuration + +org.apache=ERROR +org.springframework=ERROR