From 697d88d5f22c0aa0406a5ba5f3f084a92eb78709 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Tue, 28 Mar 2023 22:31:32 +0200 Subject: [PATCH] Reduce gpg verify log output. --- bin/basicswap_prepare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/basicswap_prepare.py b/bin/basicswap_prepare.py index 85df536..c790db3 100755 --- a/bin/basicswap_prepare.py +++ b/bin/basicswap_prepare.py @@ -100,7 +100,7 @@ else: FILE_EXT = 'tar.gz' logger = logging.getLogger() -logger.level = logging.DEBUG +logger.level = logging.INFO if not len(logger.handlers): logger.addHandler(logging.StreamHandler(sys.stdout)) @@ -1029,7 +1029,7 @@ def printHelp(): print('--disabletor Setup Basicswap instance to not use TOR.') print('--usebtcfastsync Initialise the BTC chain with a snapshot from btcpayserver FastSync.\n' + ' See https://github.com/btcpayserver/btcpayserver-docker/blob/master/contrib/FastSync/README.md') - print('--skipbtcfastsyncchecks Use the provided btcfastsync file without checking it\'s size or signature .') + print('--skipbtcfastsyncchecks Use the provided btcfastsync file without checking it\'s size or signature.') print('--initwalletsonly Setup coin wallets only.') print('--keysdirpath Speed up tests by preloading all PGP keys in directory.')