We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3363d commit 3916242Copy full SHA for 3916242
satdigitalinvoice/__init__.py
@@ -23,6 +23,7 @@ def add_file_handler():
23
)
24
fh.setLevel(logging.ERROR)
25
formatter = logging.Formatter('%(asctime)s - %(message)s')
26
+ logging.getLogger("fontTools").setLevel(logging.ERROR)
27
fh.setFormatter(formatter)
28
logging.root.addHandler(fh)
29
0 commit comments