Skip to content

Instantly share code, notes, and snippets.

@absent1706
Created July 13, 2023 12: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 absent1706/f9c58abe0c1939a993f894f4f6f3c704 to your computer and use it in GitHub Desktop.
Save absent1706/f9c58abe0c1939a993f894f4f6f3c704 to your computer and use it in GitHub Desktop.
logging.basicConfig
import logging
logging.basicConfig(level=logging.INFO, format='%(asctime)s %(levelname)s %(name)s %(threadName)s %(message)s')
logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment