Skip to content

Commit

Permalink
Change the level to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yzdann committed Oct 22, 2024
1 parent 4786051 commit eb0efba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/pkg/githubapi/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -1236,8 +1236,7 @@ func commitStatusTargetURL(commitTime time.Time) string {
}
renderedURL, err := executeTemplate(tmplName, tmplFile, p)
if err != nil {
// TODO: why we cannot use warnf here?
log.Errorf("Failed to render target URL template: %v", err)
log.Debugf("Failed to render target URL template: %v", err)
return targetURL
}

Expand Down

0 comments on commit eb0efba

Please sign in to comment.