test: bump up logging level for integration test nodes to debug
In light of the recent commit which added a new set of logging in the debug verbosity and the commit which added exporting logs from test execution to Travis, we’ve now bumped up the logging level to debug. With this new set of logging infrastructure, we should be able to quickly debug any issues or flakes in the integration tests running on CI.
This commit is contained in:
parent
b7e193354a
commit
f3b8c912b4
@ -172,6 +172,7 @@ func (l *lightningNode) genArgs() []string {
|
||||
args = append(args, "--bitcoin.active")
|
||||
args = append(args, "--bitcoin.simnet")
|
||||
args = append(args, "--nobootstrap")
|
||||
args = append(args, "--debuglevel=debug")
|
||||
args = append(args, fmt.Sprintf("--bitcoin.rpchost=%v", l.cfg.Bitcoin.RPCHost))
|
||||
args = append(args, fmt.Sprintf("--bitcoin.rpcuser=%v", l.cfg.Bitcoin.RPCUser))
|
||||
args = append(args, fmt.Sprintf("--bitcoin.rpcpass=%v", l.cfg.Bitcoin.RPCPass))
|
||||
|
Loading…
Reference in New Issue
Block a user