[log] move voter info to debug

Signed-off-by: Leo Chen <leo@harmony.one>
pull/3559/head
Leo Chen 4 years ago
parent 38bb234ebc
commit 6f1e741be6
  1. 2
      consensus/quorum/one-node-staked-vote.go

@ -216,7 +216,7 @@ func (v *stakedVoteWeight) SetVoters(
// Hold onto this calculation // Hold onto this calculation
v.roster = *roster v.roster = *roster
utils.Logger().Info(). utils.Logger().Debug().
Uint64("curEpoch", epoch.Uint64()). Uint64("curEpoch", epoch.Uint64()).
Uint32("shard-id", subCommittee.ShardID). Uint32("shard-id", subCommittee.ShardID).
Str("committee", roster.String()). Str("committee", roster.String()).

Loading…
Cancel
Save