mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Turn on logging for key topics in bitcoind for black box tests
This commit is contained in:
committed by
Christian Decker
parent
d1b5943e90
commit
3b56e90a13
@@ -413,7 +413,11 @@ class BitcoinD(TailableProc):
|
||||
'-nolisten',
|
||||
'-txindex',
|
||||
'-nowallet',
|
||||
'-addresstype=bech32'
|
||||
'-addresstype=bech32',
|
||||
'-debug=mempool',
|
||||
'-debug=mempoolrej',
|
||||
'-debug=rpc',
|
||||
'-debug=validation',
|
||||
]
|
||||
# For up to and including 0.16.1, this needs to be in main section.
|
||||
BITCOIND_CONFIG['rpcport'] = rpcport
|
||||
|
||||
Reference in New Issue
Block a user