mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 15:07:24 +00:00
p2p: revise shim log levels (#5940)
Downgrade some noisy logs to DEBUG.
This commit is contained in:
committed by
GitHub
parent
c63854f732
commit
15c1936b85
@@ -128,7 +128,7 @@ func (rs *ReactorShim) proxyPeerEnvelopes() {
|
||||
case e.To != "":
|
||||
src := rs.Switch.peers.Get(e.To)
|
||||
if src == nil {
|
||||
rs.Logger.Error(
|
||||
rs.Logger.Debug(
|
||||
"failed to proxy envelope; failed to find peer",
|
||||
"ch_id", cs.Descriptor.ID,
|
||||
"msg", e.Message,
|
||||
|
||||
Reference in New Issue
Block a user