diff --git a/internal/repository/tags.go b/internal/repository/tags.go index 861cbb76..612666da 100644 --- a/internal/repository/tags.go +++ b/internal/repository/tags.go @@ -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 }