tests: enable logging lbry.torrent when verbosity changes
This commit is contained in:
parent
64aad14ba6
commit
636b7ed476
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ class CommandTestCase(IntegrationTestCase):
|
||||||
logging.getLogger('lbry.blob_exchange').setLevel(self.VERBOSITY)
|
logging.getLogger('lbry.blob_exchange').setLevel(self.VERBOSITY)
|
||||||
logging.getLogger('lbry.daemon').setLevel(self.VERBOSITY)
|
logging.getLogger('lbry.daemon').setLevel(self.VERBOSITY)
|
||||||
logging.getLogger('lbry.stream').setLevel(self.VERBOSITY)
|
logging.getLogger('lbry.stream').setLevel(self.VERBOSITY)
|
||||||
|
logging.getLogger('lbry.torrent').setLevel(self.VERBOSITY)
|
||||||
logging.getLogger('lbry.wallet').setLevel(self.VERBOSITY)
|
logging.getLogger('lbry.wallet').setLevel(self.VERBOSITY)
|
||||||
|
|
||||||
await super().asyncSetUp()
|
await super().asyncSetUp()
|
||||||
|
|
Loading…
Add table
Reference in a new issue