Introduce JavaUtilLoggingConfigurer to configure JUL for tests

This commit is contained in:
Sam Brannen
2019-11-14 14:30:21 +01:00
parent 1b7ef7fce5
commit 89b3a9cef2
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1 @@
org.springframework.test_fixtures.logging.JavaUtilLoggingConfigurer

View File

@@ -0,0 +1,2 @@
# Console Logging
java.util.logging.ConsoleHandler.level = WARNING