diff --git a/services/controller/standard/events.go b/services/controller/standard/events.go index 82a7572..9773058 100644 --- a/services/controller/standard/events.go +++ b/services/controller/standard/events.go @@ -45,7 +45,7 @@ func (s *Service) HandleHeadEvent(event *api.Event) { // for the purposes of this function, so ignore them. if !bytes.Equal(s.lastBlockRoot[:], zeroRoot[:]) && bytes.Equal(s.lastBlockRoot[:], data.Block[:]) { - log.Info().Msg("Synthetic head event; ignoring") + log.Trace().Msg("Synthetic head event; ignoring") return } s.lastBlockRoot = data.Block