mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-16 01:31:45 +01:00
specify job count return logs, move to debug level
This commit is contained in:
@@ -154,7 +154,7 @@ func (r *JobRepository) GetJobList(limit int, offset int) ([]int64, error) {
|
||||
jl = append(jl, id)
|
||||
}
|
||||
|
||||
cclog.Infof("Return job count %d", len(jl))
|
||||
cclog.Debugf("JobRepository.GetJobList(): Return job count %d", len(jl))
|
||||
return jl, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user