mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 02:02:17 +02:00
server: demote 'sending message' log to trace
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user