Actually install the stderr log handler
This commit is contained in:
parent
204fa66e22
commit
730e36a721
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def init_logging():
|
||||||
stderr_handler = logging.StreamHandler()
|
stderr_handler = logging.StreamHandler()
|
||||||
stderr_handler.setFormatter(logging.Formatter("%(asctime)s %(name)s: %(message)s"))
|
stderr_handler.setFormatter(logging.Formatter("%(asctime)s %(name)s: %(message)s"))
|
||||||
|
|
||||||
root_logger.addHandler(logging.StreamHandler())
|
root_logger.addHandler(stderr_handler)
|
||||||
|
|
||||||
def find_fonts_directory():
|
def find_fonts_directory():
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue