forked from LBRYCommunity/lbry-sdk
remove unnecessary logger configuration for BitcoinRPC
This commit is contained in:
parent
13a18d422e
commit
3d9ea92118
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue