make it debug, emit the tg id

This commit is contained in:
Daniel Ponte 2025-02-21 20:59:08 -05:00
parent e910ba5226
commit bbb2d644bd

View file

@ -182,7 +182,7 @@ func (as *alerter) eval(ctx context.Context, now time.Time, testMode bool) ([]al
origScore := s.Score
tgr, err := as.tgCache.TG(ctx, s.ID)
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
}