diff --git a/consensus/consensus_service.go b/consensus/consensus_service.go index 1d3d793f4..aadee7f88 100644 --- a/consensus/consensus_service.go +++ b/consensus/consensus_service.go @@ -81,7 +81,7 @@ func (consensus *Consensus) UpdatePublicKeys(pubKeys []bls_cosi.PublicKeyWrapper consensus.Decider.UpdateParticipants(pubKeys) utils.Logger().Info().Msg("My Committee updated") for i := range pubKeys { - utils.Logger().Debug(). + utils.Logger().Info(). Int("index", i). Str("BLSPubKey", pubKeys[i].Bytes.Hex()). Msg("Member")