我正在尝试外部化日志配置。但是,我建立的任何配置(例如-Dlogback.configurationFile=...
)都会在我调用SpringApplication.run()
时消失。有办法防止这种情况吗?
答案 0 :(得分:0)
尝试'logging.config'(或使用其中一个常规位置,例如'classpath:/logback.xml')。文档:http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-custom-log-configuration。