Spring Boot Test ignores logging.level

后端 未结 6 775
独厮守ぢ
独厮守ぢ 2020-12-13 01:59

One of my maven module ignores my logging levels when running tests.

In src/test/resources I have application.properties:

app         


        
6条回答
  •  再見小時候
    2020-12-13 02:18

    To enable application.properties need to add an annotation @SpringBootTest to test class, read more here.

提交回复
热议问题