From 05e546494873aec7114c929fe6cf0ece403b3d88 Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Mon, 1 Feb 2021 16:11:13 +0000 Subject: [PATCH] Reduce log message --- services/controller/standard/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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