Download this file
If you do not want logging messages to display on your console (terminal, Jupyter Notebook, etc.), the code below will only log messages at the ERROR level or higher:
>>> import logging >>> dm.setup_logger(stream_lvl=logging.ERROR)