DATAGEODE-180 - Add java-util-logging.properties to configure JUL.

This commit is contained in:
John Blum
2019-04-10 19:55:09 -07:00
parent fcafb4d540
commit e5ce572620
2 changed files with 5 additions and 0 deletions

View File

@@ -264,6 +264,7 @@
<reuseForks>false</reuseForks>
<systemProperties>
<gemfire.disableShutdownHook>true</gemfire.disableShutdownHook>
<java.util.logging.config.file>${basedir}/src/test/resources/java-util-logging.properties</java.util.logging.config.file>
<javax.net.ssl.keyStore>${basedir}/src/test/resources/trusted.keystore</javax.net.ssl.keyStore>
<logback.log.level>error</logback.log.level>
<spring.profiles.active>apache-geode</spring.profiles.active>

View File

@@ -0,0 +1,4 @@
# java.util.logging (JUL) configuration
org.apache=ERROR
org.springframework=ERROR