One of my maven module ignores my logging levels when running tests.
In src/test/resources I have application.properties:
src/test/resources
application.properties
app
To enable application.properties need to add an annotation @SpringBootTest to test class, read more here.
@SpringBootTest