Skip to content

Commit

Permalink
Merge pull request #51 from Alethio/tzapu-got-chain-head-as-debug
Browse files Browse the repository at this point in the history
move "got chain head" to debug
  • Loading branch information
tzapu authored Aug 10, 2020
2 parents 5ad7992 + 82070bb commit 3e1aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/prysm/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (s *ChainHeadSubscription) FeedFromStream(stream prysmAPI.BeaconChain_Strea
return
}

log.WithField("headSlot", data.GetHeadSlot()).Info("got chain head")
log.WithField("headSlot", data.GetHeadSlot()).Debug("got chain head")

s.data <- types.ChainHead{
HeadSlot: data.HeadSlot,
Expand Down

0 comments on commit 3e1aeb2

Please sign in to comment.