diff --git a/lbrynet/extras/cli.py b/lbrynet/extras/cli.py
index bdbda0dc7..75c6e77e0 100644
--- a/lbrynet/extras/cli.py
+++ b/lbrynet/extras/cli.py
@@ -207,7 +207,6 @@ def main(argv=None):
             log.addHandler(handler)
         # mostly disable third part logging
         logging.getLogger('urllib3').setLevel(logging.CRITICAL)
-        logging.getLogger('BitcoinRPC').setLevel(logging.INFO)
         logging.getLogger('aioupnp').setLevel(logging.WARNING)
         logging.getLogger('aiohttp').setLevel(logging.CRITICAL)