mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-03 11:35:02 +01:00
Handle exclusions as a distinct status (#248)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -32,6 +32,7 @@ func (di *Diun) HealthchecksSuccess(entries *model.NotifEntries) {
|
||||
* {{ .CountNew }} new tag(s) found
|
||||
* {{ .CountUpdate }} tag(s) updated
|
||||
* {{ .CountUnchange }} tag(s) unchanged
|
||||
* {{ .CountSkip }} tag(s) skipped
|
||||
* {{ .CountError }} tag(s) with error`))
|
||||
if err := logsTpl.Execute(&logsBuf, entries); err != nil {
|
||||
log.Error().Err(err).Msgf("Cannot create logs for Healthchecks success event")
|
||||
|
||||
Reference in New Issue
Block a user