diff --git a/pom.xml b/pom.xml index 3e3f5329..f9582fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -264,6 +264,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