Logging

>>> import logging
>>> logging.basicConfig(format="%(asctime)s %(levelname)s:%(name)s:%(message)s")
>>> logging.error("hub.LicensesToReview: in")
2023-05-08 16:10:00,002 ERROR:root:hub.LicensesToReview: in