From 57f0df65f59950cab39c063f8556cc464cb33c9c Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Sun, 10 Nov 2024 23:32:28 +0800 Subject: [PATCH] x - trace for router --- lntest/node/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lntest/node/config.go b/lntest/node/config.go index 05ef272797..4fccbf6ab5 100644 --- a/lntest/node/config.go +++ b/lntest/node/config.go @@ -233,7 +233,7 @@ func (cfg *BaseNodeConfig) GenArgs() []string { nodeArgs := []string{ "--nobootstrap", - "--debuglevel=debug", + "--debuglevel=debug,CRTR=trace", "--bitcoin.defaultchanconfs=1", "--accept-keysend", "--keep-failed-payment-attempts",