Skip to content

Commit

Permalink
lntest: use trace log for DISC
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Dec 10, 2024
1 parent 32a7d58 commit df5d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lntest/node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit df5d749

Please sign in to comment.