make it debug, emit the tg id
This commit is contained in:
parent
ca1be29aa2
commit
f28148064d
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ func (as *alerter) eval(ctx context.Context, now time.Time, testMode bool) ([]al
|
||||||
origScore := s.Score
|
origScore := s.Score
|
||||||
tgr, err := as.tgCache.TG(ctx, s.ID)
|
tgr, err := as.tgCache.TG(ctx, s.ID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error().Err(err).Msg("alerting eval tg get")
|
log.Debug().Str("tg", s.ID.String()).Err(err).Msg("alerting eval tg get")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue