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:
commit
88f214517e
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
<configuration debug="true" scan="false" scanPeriod="30 seconds">
|
<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" />
|
<Property name="splitSize" value="50MB" />
|
||||||
|
|
||||||
<!-- 控制台日志, 控制台输出 -->
|
<!-- 控制台日志, 控制台输出 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue