DATAGEODE-180 - Add java-util-logging.properties to configure JUL.
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -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>
|
||||
|
||||
4
src/test/resources/java-util-logging.properties
Normal file
4
src/test/resources/java-util-logging.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
# java.util.logging (JUL) configuration
|
||||
|
||||
org.apache=ERROR
|
||||
org.springframework=ERROR
|
||||
Reference in New Issue
Block a user