Skip to content

Instantly share code, notes, and snippets.

@soerface
Created July 6, 2022 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soerface/3645ae856343b4a130e4809c1ae31058 to your computer and use it in GitHub Desktop.
Save soerface/3645ae856343b4a130e4809c1ae31058 to your computer and use it in GitHub Desktop.
logging.basicConfig
import logging
logging.basicConfig(
format="%(asctime)s %(levelname)s: %(message)s",
level=logging.getLevelName("INFO"),
)
logger = logging.getLogger()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment