forked from LBRYCommunity/lbry-sdk
basicConfig
This commit is contained in:
parent
895719a13d
commit
684e389283
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class Basic(Console):
|
|||
super().__init__(service)
|
||||
self.service.sync.on_progress.listen(self.on_sync_progress)
|
||||
self.tasks = {}
|
||||
logging.getLogger().setLevel(logging.INFO)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
def starting(self):
|
||||
conf = self.service.conf
|
||||
|
|
Loading…
Reference in a new issue