【Log日志】logback.xml动态配置属性值(包括接入的第三方配置)

it2023-07-21  70

如何动态配置Logback的存放路径

我们在开发过程中,会使用到logback.xml 配置来管理日志文件; 比如

<appender name="common" class="ch.qos.logback.core.rolling.RollingFileAppender"> <file>${log.path}/common.log
最新回复(0)