mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
lntest: use trace log level for discovery
This commit is contained in:
parent
f22b25a1bf
commit
b8373f5628
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue