other: 调整日志配置
This commit is contained in:
parent
e54ea2c275
commit
c9cdc0e957
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<configuration debug="true" scan="true" scanPeriod="30 seconds">
|
||||
<configuration debug="true" scan="false" scanPeriod="30 seconds">
|
||||
<!--定义日志文件的存储地址 -->
|
||||
<Property name="logDir" value="./logs" />
|
||||
<Property name="splitSize" value="50MB" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<configuration debug="true" scan="true" scanPeriod="30 seconds">
|
||||
<configuration debug="true" scan="false" scanPeriod="30 seconds">
|
||||
<!--定义日志文件的存储地址 -->
|
||||
<Property name="logDir" value="./logs" />
|
||||
<Property name="splitSize" value="50MB" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue