Actually install the stderr log handler

This commit is contained in:
Eryn Wells 2022-04-30 22:06:15 -07:00
parent 204fa66e22
commit 730e36a721

View file

@ -39,7 +39,7 @@ def init_logging():
stderr_handler = logging.StreamHandler()
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():
'''