mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-11 13:31:45 +01:00
Add info log about applied tag
This commit is contained in:
@@ -455,6 +455,8 @@ func (r *JobRepository) AddTagOrCreateDirect(jobID int64, tagType string, tagNam
|
||||
}
|
||||
}
|
||||
|
||||
cclog.Infof("Adding tag %s:%s:%s (direct)", tagType, tagName, tagScope)
|
||||
|
||||
if _, err := r.AddTagDirect(jobID, tagID); err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user