From aaaeee597a6700c03aa2512574e837ffb9cb7d40 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 10 Jul 2022 23:43:18 +0200 Subject: [PATCH] trace --- htlcInterceptor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htlcInterceptor.go b/htlcInterceptor.go index 0857b6f..c64b861 100644 --- a/htlcInterceptor.go +++ b/htlcInterceptor.go @@ -83,7 +83,7 @@ func (app *App) interceptHtlcEvents(ctx context.Context) error { log.Errorf("[forward] Error getting alias for node %s", aliasTo) } - log.Debugf("[forward] HTLC event (%d->%d)", event.IncomingCircuitKey.ChanId, event.OutgoingRequestedChanId) + log.Tracef("[forward] HTLC event (%d->%d)", event.IncomingCircuitKey.ChanId, event.OutgoingRequestedChanId) forward_info_string := fmt.Sprintf( "from %s to %s (%d sat, chan_id:%s->%s, htlc_id:%d)", aliasFrom,