We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3e699 commit 7b8d032Copy full SHA for 7b8d032
1 file changed
satdigitalinvoice/__init__.py
@@ -23,9 +23,9 @@ def add_file_handler():
23
encoding='utf-8',
24
)
25
fh.setLevel(logging.ERROR)
26
- formatter = logging.Formatter('%(asctime)s - %(message)s')
27
- logging.getLogger("fontTools").setLevel(logging.ERROR)
28
- fh.setFormatter(formatter)
+ fh.setFormatter(
+ logging.Formatter('%(asctime)s - %(message)s')
+ )
29
logging.root.addHandler(fh)
30
31
0 commit comments