Skip to content

Instantly share code, notes, and snippets.

@DalyaG
Created April 19, 2020 06:01
Show Gist options
  • Save DalyaG/08fce269092a4cb2a1f343b8d6762f83 to your computer and use it in GitHub Desktop.
Save DalyaG/08fce269092a4cb2a1f343b8d6762f83 to your computer and use it in GitHub Desktop.
from logging_utils import get_logger
logger = get_logger()
logger.info("TEST")
>>>
logger.warning("TEST")
>>> TEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment