Commit ae65b4c6 authored by 刘晓滨's avatar 刘晓滨

日志路径修改

parent 2c47211a
......@@ -2,7 +2,7 @@
<configuration debug="false" scan="true" scanPeriod="1 seconds">
<contextName>logback</contextName>
<property name="log.path" value="/mnt/work/dubbo/logs/xxl-job-admin.log"/>
<property name="log.path" value="/mnt/work/dubbo/jdk8/logs/xxl-job-admin.log"/>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
......
......@@ -81,7 +81,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
<version>2.8.4</version>
<version>2.8.43</version>
</dependency>
<!-- 公用的服务接口 -->
......
......@@ -2,7 +2,7 @@
<configuration debug="false" scan="true" scanPeriod="1 seconds">
<contextName>logback</contextName>
<property name="log.path" value="/mnt/work/dubbo/logs/xxl-job-executor-sample-springboot.log"/>
<property name="log.path" value="/mnt/work/dubbo/jdk8/logs/xxl-job-executor-sample-springboot.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