add log
This commit is contained in:
@@ -53,7 +53,7 @@ public class XxlJobConfig {
|
|||||||
xxlJobSpringExecutor.setAccessToken(accessToken);
|
xxlJobSpringExecutor.setAccessToken(accessToken);
|
||||||
xxlJobSpringExecutor.setLogPath(logPath);
|
xxlJobSpringExecutor.setLogPath(logPath);
|
||||||
xxlJobSpringExecutor.setLogRetentionDays(logRetentionDays);
|
xxlJobSpringExecutor.setLogRetentionDays(logRetentionDays);
|
||||||
logger.info(">>>>>>>>>>> xxl-job config finish,{}", JSONObject.toJSONString(xxlJobSpringExecutor));
|
logger.info(">>>>>>>>>>> xxl-job config finish,adminAddresses:{},appName:{}", adminAddresses, appName);
|
||||||
return xxlJobSpringExecutor;
|
return xxlJobSpringExecutor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -54,3 +54,11 @@ corp.id = 171cddee76471740
|
|||||||
#TRTC
|
#TRTC
|
||||||
trtc.sdkAppId=1400811820
|
trtc.sdkAppId=1400811820
|
||||||
trtc.secretKey=4854bab106c2ca2a2fda16a8c966933e28a078a34e458999d6227e8cd8ab8219
|
trtc.secretKey=4854bab106c2ca2a2fda16a8c966933e28a078a34e458999d6227e8cd8ab8219
|
||||||
|
|
||||||
|
xxl.job.admin.addresses =
|
||||||
|
xxl.job.executor.appname = ${spring.application.name}
|
||||||
|
xxl.job.executor.ip =
|
||||||
|
xxl.job.executor.port = 30201
|
||||||
|
xxl.job.executor.logpath = logs/xxl-job/jobhandler
|
||||||
|
xxl.job.executor.logretentiondays = 30
|
||||||
|
xxl.job.accessToken =
|
||||||
Reference in New Issue
Block a user