1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2020-04-30 14:11:18 +08:00
parent dbd880c971
commit 8529d4aaa7
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ func (jm *JobManager) start() {
}
time.Sleep(time.Second * 1)
}
log.Debug("Receive resource", resource)
log.Info("Receive resource", resource)
jm.resources = append(jm.resources, resource)
for _, t := range resource.Status {