Browse Source

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.
pull/6870/head
Aleksandr Bezobchuk 3 years ago
committed by GitHub
parent
commit
58a6cfff9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/consensus/state.go

+ 1
- 1
internal/consensus/state.go 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,
)
}
}


Loading…
Cancel
Save