mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 04:51:39 +02:00
change log to request and sql prints
This commit is contained in:
@@ -235,6 +235,9 @@ func (r *JobRepository) Find(
|
||||
q = q.Where("job.start_time = ?", *startTime)
|
||||
}
|
||||
|
||||
s, _, _ := q.ToSql()
|
||||
log.Printf("trying to find db job with query: %s", s)
|
||||
|
||||
log.Debugf("Timer Find %s", time.Since(start))
|
||||
return scanJob(q.RunWith(r.stmtCache).QueryRow())
|
||||
}
|
||||
|
Reference in New Issue
Block a user