|
|
|
@ -134,7 +134,7 @@ public class JobLogController {
|
|
|
|
|
|
|
|
|
|
@RequestMapping("/logDetailCat")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public ReturnT<LogResult> logDetailCat(String executorAddress, long triggerTime, int logId, int fromLineNum){
|
|
|
|
|
public ReturnT<LogResult> logDetailCat(String executorAddress, long triggerTime, long logId, int fromLineNum){
|
|
|
|
|
try {
|
|
|
|
|
ExecutorBiz executorBiz = XxlJobScheduler.getExecutorBiz(executorAddress);
|
|
|
|
|
ReturnT<LogResult> logResult = executorBiz.log(triggerTime, logId, fromLineNum);
|
|
|
|
|