Skip to content

Commit

Permalink
Disable Jupiter API logging in the build
Browse files Browse the repository at this point in the history
Issue: #13
  • Loading branch information
sbrannen committed Nov 10, 2018
1 parent 3bacbe3 commit 6e2132c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions junit-jupiter-engine/src/test/resources/log4j2-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</Appenders>
<Loggers>
<Logger name="org.junit" level="warn" />
<Logger name="org.junit.jupiter.api" level="off" />
<Logger name="org.junit.jupiter.engine" level="off" />
<Root level="error">
<AppenderRef ref="Console" />
Expand Down

0 comments on commit 6e2132c

Please sign in to comment.