Reduce chattiness of fonttools

This commit is contained in:
James R. Barlow
2026-01-12 10:16:58 -08:00
parent 0c3745a1a4
commit c9ea07e954
+2
View File
@@ -223,6 +223,8 @@ def configure_logging(
pdfminer_log.setLevel(logging.ERROR)
pil_log = logging.getLogger('PIL')
pil_log.setLevel(logging.INFO)
fonttools_log = logging.getLogger('fontTools')
fonttools_log.setLevel(logging.ERROR)
if manage_root_logger:
logging.captureWarnings(True)