1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00

add debug

This commit is contained in:
2019-10-24 13:33:03 +08:00
parent 005a7400b2
commit ae2a88e035

View File

@@ -170,6 +170,7 @@ func (jm *JobManager) status() MsgJobStatus {
var res MsgTaskStatus
err = json.Unmarshal([]byte(string(body)), &res)
log.Info(res)
log.Info(body)
if err != nil {
continue
}