We have a spring-boot 1.0.RC1 application, with logback configured for logging and a logback.xml file in src/test/resources. When we run spring-boot from maven, the logback
I know this post is a bit old but adding the following to application.properties is a quick workaround based on Dave Syer's answer:
application.properties
logging.config=${logback.configurationFile}