一尘不染

Spring Boot的外部log4.properties文件

spring-boot

我正在使用可执行jar运行我的应用程序。

我在/ resources文件夹中有log4j.properties

在生产中,我想重写它,并将其放在外部目录中

如何使用Spring-Boot做到这一点?


阅读 267

收藏
2020-05-30

共1个答案

一尘不染

-Dlogging.config=/path/to/log4j.properties

http://docs.spring.io/spring-boot/docs/current/reference/html/howto-
logging.html

2020-05-30