Skip to content

Commit

Permalink
Reduce verbosity of ResourceTests (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Jun 14, 2024
1 parent b395b48 commit a9abb9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>java.util.logging.config.file</name>
<value>src/test/resources/logging.properties</value>
</property>
</systemProperties>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/logging.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.glassfish=SEVERE

0 comments on commit a9abb9f

Please sign in to comment.