From 2d8e239fe9bb50c0ffa9ffeeb04cbe11fc848ca2 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Thu, 1 Nov 2018 17:46:03 -0700 Subject: [PATCH] Move pewpew diff log into debug log --- htlcswitch/switch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htlcswitch/switch.go b/htlcswitch/switch.go index 7c12f621..ecd3b3d8 100644 --- a/htlcswitch/switch.go +++ b/htlcswitch/switch.go @@ -1671,7 +1671,7 @@ out: // Otherwise, we'll log this diff, then accumulate the // new stats into the running total. - log.Infof("Sent %d satoshis and received %d satoshis "+ + log.Debugf("Sent %d satoshis and received %d satoshis "+ "in the last 10 seconds (%f tx/sec)", diffSatSent, diffSatRecv, float64(diffNumUpdates)/10)