From 121595935add1cffe2b012a7c4fd62808d427af2 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 14 Aug 2017 16:01:11 +0200 Subject: [PATCH] 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. --- tests/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index a01af7f70..692b957af 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -186,7 +186,6 @@ class BitcoinD(TailableProc): '-printtoconsole', '-server', '-regtest', - '-debug', '-logtimestamps', '-nolisten', ]