changed logging level for api info
This commit is contained in:
parent
622dedcd44
commit
829ad31293
4
qlist.py
4
qlist.py
@ -44,8 +44,8 @@ def listfirsttor(self, index=0):
|
|||||||
|
|
||||||
def listqbitapiinfo(self):
|
def listqbitapiinfo(self):
|
||||||
"""Writes torrent info to log file"""
|
"""Writes torrent info to log file"""
|
||||||
self.tl.info(f'qBittorrent: {self.qbt_client.app.version}')
|
self.tl.debug(f'qBittorrent: {self.qbt_client.app.version}')
|
||||||
self.tl.info(f'qBittorrent Web API: {self.qbt_client.app.web_api_version}')
|
self.tl.debug(f'qBittorrent Web API: {self.qbt_client.app.web_api_version}')
|
||||||
|
|
||||||
def torrentcount(self):
|
def torrentcount(self):
|
||||||
self.tl.debug(f'torrents that are protected {self.protected_count}')
|
self.tl.debug(f'torrents that are protected {self.protected_count}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user