1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-13 07:46:43 +00:00

add debug

This commit is contained in:
2019-10-24 13:34:10 +08:00
parent ae2a88e035
commit 9df3263548

View File

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