Skip to content

Commit 3916242

Browse files
committed
Initial
1 parent 5c3363d commit 3916242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

satdigitalinvoice/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def add_file_handler():
2323
)
2424
fh.setLevel(logging.ERROR)
2525
formatter = logging.Formatter('%(asctime)s - %(message)s')
26+
logging.getLogger("fontTools").setLevel(logging.ERROR)
2627
fh.setFormatter(formatter)
2728
logging.root.addHandler(fh)
2829

0 commit comments

Comments
 (0)