Commit 193e093c authored by 郝彦辉's avatar 郝彦辉

提交2020.06.12

parent ec062190
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
</appender> </appender>
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender"> <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>/vpants/risk-datasource/logs/renhang-report.log</file> <file>/vpants/shaun/renhang-report/logs/renhang-report.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"> <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern> <fileNamePattern>
/vpants/risk-datasource/logs/renhang-report.log.%d{yyyy-MM-dd} /vpants/shaun/renhang-report/logs/renhang-report.log.%d{yyyy-MM-dd}
</fileNamePattern> </fileNamePattern>
<maxHistory>7</maxHistory> <maxHistory>7</maxHistory>
</rollingPolicy> </rollingPolicy>
......
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