Skip to content

Commit

Permalink
tests: enable logging lbry.torrent when verbosity changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Dec 15, 2022
1 parent 64aad14 commit 636b7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbry/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ async def asyncSetUp(self):
logging.getLogger('lbry.blob_exchange').setLevel(self.VERBOSITY)
logging.getLogger('lbry.daemon').setLevel(self.VERBOSITY)
logging.getLogger('lbry.stream').setLevel(self.VERBOSITY)
logging.getLogger('lbry.torrent').setLevel(self.VERBOSITY)
logging.getLogger('lbry.wallet').setLevel(self.VERBOSITY)

await super().asyncSetUp()
Expand Down

0 comments on commit 636b7ed

Please sign in to comment.