Browse Source
p2p: revise shim log levels (#5940)
Downgrade some noisy logs to DEBUG.
pull/5950/head
Aleksandr Bezobchuk
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
p2p/shim.go
|
|
@ -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, |
|
|
|