Turn on logging for key topics in bitcoind for black box tests

This commit is contained in:
Greg Sanders
2022-12-15 16:53:33 -05:00
committed by Christian Decker
parent d1b5943e90
commit 3b56e90a13

View File

@@ -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