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.
2 lines
51 B
INI
2 lines
51 B
INI
logging.level.org.springframework.web.client=DEBUG
|