Configure JUL/log4j for JUnit 5 in spring-test

Issue: SPR-14431
This commit is contained in:
Sam Brannen
2016-07-13 22:06:46 +02:00
parent 833deadddc
commit adfea826cc
3 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
</File>
</Appenders>
<Loggers>
<Logger name="org.junit.platform" level="info" />
<Logger name="org.springframework.test.context" level="warn" />
<Logger name="org.springframework.test.context.TestContext" level="warn" />
<Logger name="org.springframework.test.context.TestContextManager" level="warn" />