lntest: use trace log level for discovery

This commit is contained in:
yyforyongyu
2023-03-08 21:03:37 +08:00
parent f22b25a1bf
commit b8373f5628

View File

@@ -207,7 +207,7 @@ func (cfg *BaseNodeConfig) GenArgs() []string {
nodeArgs := []string{
"--bitcoin.active",
"--nobootstrap",
"--debuglevel=debug",
"--debuglevel=debug,DISC=trace",
"--bitcoin.defaultchanconfs=1",
"--accept-keysend",
"--keep-failed-payment-attempts",