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

@ -49,8 +49,6 @@ class BuildTest(unittest.TestCase):
def setUp(self):
logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger('androguard.axml')
logger.setLevel(logging.INFO) # tame the axml debug messages
self.basedir = os.path.join(localmodule, 'tests')
os.chdir(self.basedir)
fdroidserver.common.config = None