Reduce logging from downloady.
This commit is contained in:
parent
69aabfb132
commit
1dbf081442
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ from voussoirkit import vlogging
|
|||
|
||||
log = vlogging.getLogger(__name__, 'fdroidapk')
|
||||
vlogging.getLogger('urllib3').setLevel(vlogging.SILENT)
|
||||
vlogging.getLogger('voussoirkit.downloady').setLevel(vlogging.WARNING)
|
||||
|
||||
session = requests.Session()
|
||||
my_tenacity = tenacity.retry(
|
||||
|
|
Loading…
Reference in a new issue