- Costa Rica
Pinned Loading
-
logger.py
logger.py 1# Logger specific - good for production
2import logging
34def config_logger(name='', level=logging.INFO, _format='%(message)s', handler=logging.StreamHandler, propagate=True):
5''' configures a logger '''
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.