Skip to content

Commit

Permalink
Reduce console noise from JulLogger tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisjeremy authored and mwiede committed Jul 19, 2022
1 parent fa957ca commit 0921b4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -382,6 +382,12 @@
<version>2.22.2</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
<systemProperties>
<property>
<name>java.util.logging.config.file</name>
<value>${project.basedir}/src/test/resources/logging.properties</value>
</property>
</systemProperties>
</configuration>
</plugin>
<plugin>
Expand All @@ -390,6 +396,12 @@
<version>2.22.2</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
<systemProperties>
<property>
<name>java.util.logging.config.file</name>
<value>${project.basedir}/src/test/resources/logging.properties</value>
</property>
</systemProperties>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/logging.properties
@@ -0,0 +1 @@
.level=OFF

0 comments on commit 0921b4c

Please sign in to comment.