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:
Christian Decker 2017-08-14 16:01:11 +02:00 committed by Rusty Russell
parent 05aaaa1f49
commit 121595935a
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ class BitcoinD(TailableProc):
'-printtoconsole',
'-server',
'-regtest',
'-debug',
'-logtimestamps',
'-nolisten',
]