We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aad14 commit 636b7edCopy full SHA for 636b7ed
lbry/testcase.py
@@ -394,6 +394,7 @@ async def asyncSetUp(self):
394
logging.getLogger('lbry.blob_exchange').setLevel(self.VERBOSITY)
395
logging.getLogger('lbry.daemon').setLevel(self.VERBOSITY)
396
logging.getLogger('lbry.stream').setLevel(self.VERBOSITY)
397
+ logging.getLogger('lbry.torrent').setLevel(self.VERBOSITY)
398
logging.getLogger('lbry.wallet').setLevel(self.VERBOSITY)
399
400
await super().asyncSetUp()
0 commit comments