标签: spring-boot logback
我们可以使用环境变量-Dlogging.config = file:/// path / to / file设置logback.xml文件路径。 如何在springboot的yaml配置文件中设置上面的属性?
答案 0 :(得分:0)
如documentation中所述,您可以使用 logging.config: classpath:path/to/file
logging.config: classpath:path/to/file
application.yaml