#341 - Reduced log output for build execution.

Make sure test that previously used @SpringBootApplication now use @SpringBootTest to properly initialize Boot's default logging configuration.

Added explicit logback.xml to make sure tests running without Boot don't use debug logging by default.
This commit is contained in:
Oliver Gierke
2018-02-22 11:42:02 +01:00
parent d854c6d084
commit 9c2164ece6
6 changed files with 23 additions and 9 deletions

View File

@@ -1 +1 @@
logging.level.org.springframework.web=DEBUG
logging.level.org.springframework.web.client=DEBUG