From df5d74904a811aaaadde5da15a81bec92596ec6b Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Sat, 7 Dec 2024 14:11:54 +0800 Subject: [PATCH] lntest: use trace log for `DISC` --- 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 6cba60941c..01ab47f1da 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,DISC=trace", "--bitcoin.defaultchanconfs=1", "--accept-keysend", "--keep-failed-payment-attempts",