As a follow-up to #34. Let's use the following. ```py logger = logging.get_logger(__name__) # at top of file below import ``` For individual entries: ```py logger.info("message") logger.debug("message") ```