提交 191d5cee 编写于 作者: X xueli.xue

1、支持在线查看,执行器详细日志;

2、支持远程任务执行终止;
上级 eb413216
......@@ -196,11 +196,7 @@ $(function() {
ComConfirm.show("确认主动终止任务?", function(){
$.ajax({
type : 'POST',
<<<<<<< HEAD
url : base_url + 'joblog/logKill',
=======
url : base_url + 'joblog/ferrariJobKill',
>>>>>>> branch 'master' of https://github.com/xuxueli/xxl-job.git
data : {"id":_id},
dataType : "json",
success : function(data){
......
......@@ -97,7 +97,7 @@ public class HandlerThread extends Thread{
} catch (Exception e) {
logger.info("HandlerThread Exception:", e);
}
logger.info("<<<<<<<<<<< xxl-job thread handle, handlerData:{}, callback_status:{}, callback_msg:{}, callback:{}, thread:{}",
logger.info(">>>>>>>>>>> xxl-job thread handle, handlerData:{}, callback_status:{}, callback_msg:{}, callback:{}, thread:{}",
new Object[]{handlerData, _status, _msg, callback, this});
} else {
i++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册