feat: add debug logs

This commit is contained in:
2025-02-18 23:08:19 +03:30
parent 1ff69e086f
commit 55dbe9f8c2
4 changed files with 14 additions and 12 deletions

View File

@@ -51,5 +51,5 @@ func (job *ManagedJob) Cycle() {
// return
// }
pkg.Logger.Warn("[managed-job] [cycle]", zap.String("unhanded job status", string(job.def.Status.JobStatus)))
pkg.Logger.Warn("[managed-job] [cycle] unhanded job status", zap.String("name", job.def.Name), zap.String("status", string(job.def.Status.JobStatus)))
}