在Spring Boot应用程序中外部化日志记录

时间:2014-07-26 22:40:08

标签: spring-boot

我正在尝试外部化日志配置。但是,我建立的任何配置(例如-Dlogback.configurationFile=...)都会在我调用SpringApplication.run()时消失。有办法防止这种情况吗?

1 个答案:

答案 0 :(得分:0)

尝试'logging.config'(或使用其中一个常规位置,例如'classpath:/logback.xml')。文档:http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-custom-log-configuration