Merge pull request '日志文件路径配置' (#2) from master-lhj0311 into test

Reviewed-on: http://192.168.0.40:3000/huixin_back4/cfs/pulls/2
This commit is contained in:
10002327 2026-03-11 15:53:18 +08:00
commit 88f214517e
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<configuration debug="true" scan="false" scanPeriod="30 seconds">
<!--定义日志文件的存储地址 -->
<Property name="logDir" value="./logs" />
<springProperty name="LOG_PATH" source="log.path" defaultValue="./logs" />
<Property name="logDir" value="${LOG_PATH}" />
<Property name="splitSize" value="50MB" />
<!-- 控制台日志, 控制台输出 -->