Commit 2dc56917 authored by Data-王博's avatar Data-王博

test配置

parent f7bf76c1
......@@ -7,9 +7,9 @@
</appender>
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>/home/quant_group/logs/${log_name}financial_system_api.log</file>
<file>/home/quant_group/logs/financial_system_api.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>/home/quant_group/logs/${log_name}financial_system_api.log.%d{yyyy-MM-dd}.bak</fileNamePattern>
<fileNamePattern>/home/quant_group/logs/financial_system_api.log.%d{yyyy-MM-dd}.bak</fileNamePattern>
<maxHistory>30</maxHistory>
</rollingPolicy>
<layout class="ch.qos.logback.classic.PatternLayout">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment