Skip to content

Commit

Permalink
Fix log message (#3729)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic authored Jul 16, 2024
1 parent e8be620 commit 53a24b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pkg/monitor/subscription_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,11 @@ func (m *monitorT) notify(ctx context.Context, hits []es.HitT) {
case s.c <- hits:
zerolog.Ctx(ctx).Info().
Str("ctx", "subscription monitor").
Any("hits", hits).
Msg("received notification")
case <-lc.Done():
zerolog.Ctx(ctx).Error().
Err(lc.Err()).
Str("ctx", "subscription monitor").
Any("hits", hits).
Dur("timeout", m.subTimeout).
Msg("dropped notification")
}
Expand Down

0 comments on commit 53a24b4

Please sign in to comment.