Browse Source

p2p: revise shim log levels (#5940)

Downgrade some noisy logs to DEBUG.
pull/5950/head
Aleksandr Bezobchuk 3 years ago
committed by GitHub
parent
commit
15c1936b85
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
      p2p/shim.go

+ 1
- 1
p2p/shim.go View File

@ -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,


Loading…
Cancel
Save