mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
server: demote 'sending message' log to trace
This commit is contained in:
parent
cc12cf428b
commit
d2bcb708f3
1 changed files with 1 additions and 1 deletions
|
@ -1170,7 +1170,7 @@ func (s *server) sendToPeer(target *btcec.PublicKey,
|
|||
// Compute the target peer's identifier.
|
||||
targetPubBytes := target.SerializeCompressed()
|
||||
|
||||
srvrLog.Infof("Attempting to send msgs %v to: %x",
|
||||
srvrLog.Tracef("Attempting to send msgs %v to: %x",
|
||||
len(msgs), targetPubBytes)
|
||||
|
||||
// Lookup intended target in peersByPub, returning an error to the
|
||||
|
|
Loading…
Add table
Reference in a new issue