Skip to content

Instantly share code, notes, and snippets.

@DalyaG
Last active April 20, 2020 06:48
Show Gist options
  • Save DalyaG/22fda95f0c375786db2ea1c09a407fa8 to your computer and use it in GitHub Desktop.
Save DalyaG/22fda95f0c375786db2ea1c09a407fa8 to your computer and use it in GitHub Desktop.
from logging_utils import get_logger
logger = get_logger()
logger.info("Let's start!")
>>> 2020-04-12 14:49:47 [INFO] my_module.py 17 - Let's start!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment