internal/consensus: update error log (#6863)

Issues reported in Osmosis, where the message is extremely long. Also, there is absolutely no reason to log the message IMO. If we must, we can make the message log DEBUG.
This commit is contained in:
Aleksandr Bezobchuk
2021-08-25 18:43:21 -04:00
committed by GitHub
parent 6e921f6644
commit 58a6cfff9a

View File

@@ -916,8 +916,8 @@ func (cs *State) handleMsg(mi msgInfo) {
"height", cs.Height,
"round", cs.Round,
"peer", peerID,
"msg_type", fmt.Sprintf("%T", msg),
"err", err,
"msg", msg,
)
}
}