mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
pytest: Reduce noise from bitcoind
I was hoping to trigger on more things from the bitcoind process, but stuff like mempool is hard to trigger on. Reducing to info so we can work a bit easier with pdb and the log becomes less noisy.
This commit is contained in:
parent
05aaaa1f49
commit
121595935a
@ -186,7 +186,6 @@ class BitcoinD(TailableProc):
|
|||||||
'-printtoconsole',
|
'-printtoconsole',
|
||||||
'-server',
|
'-server',
|
||||||
'-regtest',
|
'-regtest',
|
||||||
'-debug',
|
|
||||||
'-logtimestamps',
|
'-logtimestamps',
|
||||||
'-nolisten',
|
'-nolisten',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user