修改executor的日志文件配置
This commit is contained in:
parent
a024251f02
commit
96e78ae663
|
@ -2,7 +2,7 @@
|
|||
<configuration debug="false" scan="true" scanPeriod="1 seconds">
|
||||
|
||||
<contextName>logback</contextName>
|
||||
<property name="log.path" value="./logs/xxl-job-executor-sample-springboot.log"/>
|
||||
<property name="log.path" value="./logs/executor.log"/>
|
||||
|
||||
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
|
|
Loading…
Reference in New Issue