[030aeb]: / docs / source / utils_api.rst

Download this file

45 lines (30 with data), 850 Bytes

Utilities

Collect Env

Env

Logger

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)