|
|
@@ -55,7 +55,7 @@ public class XxlJobConfig {
|
|
|
} else {
|
|
|
xxlJobSpringExecutor.setIp(this.ip);
|
|
|
}
|
|
|
- log.info("xxl-job-executor,参数:{}",JSONUtil.toJsonStr(xxlJobSpringExecutor));
|
|
|
+ log.info("xxl-job-executor,参数:{}",JSONUtil.toJsonStr(this));
|
|
|
return xxlJobSpringExecutor;
|
|
|
}
|
|
|
}
|