Commit 5392baa0 authored by jiyonggang's avatar jiyonggang

infrastructure(xxl-job): 修改日志文件路径

- 将日志文件路径从 "/data/applogs/xxl-job/xxl-job-admin.log" 修改为 "/home/disk3/logs/xxl-job/xxl-job-admin.log"
parent a0cd28d5
......@@ -2,7 +2,7 @@
<configuration debug="false" scan="true" scanPeriod="1 seconds">
<contextName>logback</contextName>
<property name="log.path" value="/data/applogs/xxl-job/xxl-job-admin.log"/>
<property name="log.path" value="/home/disk3/logs/xxl-job/xxl-job-admin.log"/>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
......
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