How to disable ch.qos.logback's own INFO messages in the run of the SpringBootTest during “mvn clean install”
问题 After a discussion with @RasmusFaber, the author of the most upvoted answer to How to prevent logback from outputting its own status at the start of every log when using a layout, I decided to create a new question as the solution in that question is not applicable to my problem. I am building a Spring Boot application by Maven. I'd like to get rid of the log output from ch.qos.logback when I run mvn clean install . I want to disable the Logback's own status messages as shown below. I believe