1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00
This commit is contained in:
2020-04-12 11:47:20 +08:00
parent b1a2abaf0a
commit f57294b703
2 changed files with 6 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ func (jhl *JobHistoryLogger) init() {
}
func (jhl *JobHistoryLogger) submitJob(job Job) {
log.Info("submit job", job.Name)
log.Debug("submit job task status", job.Name)
jhl.jobs[job.Name] = job
jhl.tasks[job.Name] = []TaskStatus{}
}