single function to tame androguard's verbose default output

# Conflicts:
#	fdroidserver/common.py
This commit is contained in:
Hans-Christoph Steiner 2024-04-24 11:14:14 +02:00
parent 7a144a4762
commit 5b7abc0423
3 changed files with 30 additions and 5 deletions

View file

@ -82,9 +82,6 @@ class UpdateTest(unittest.TestCase):
def setUp(self):
logging.basicConfig(level=logging.INFO)
logging.getLogger('androguard.apk').setLevel(logging.WARNING)
logging.getLogger('androguard.axml').setLevel(logging.INFO)
logging.getLogger('androguard.core.api_specific_resources').setLevel(logging.INFO)
from PIL import PngImagePlugin
logging.getLogger(PngImagePlugin.__name__).setLevel(logging.INFO)