Skip to content

Instantly share code, notes, and snippets.

@nkartashov
Last active September 25, 2023 12:23
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 nkartashov/aaf9e0f2636d1c68ed80677d416a5025 to your computer and use it in GitHub Desktop.
Save nkartashov/aaf9e0f2636d1c68ed80677d416a5025 to your computer and use it in GitHub Desktop.
Sqlalchemy debug logging
import logging
logging.basicConfig()
logging.getLogger('sqlalchemy.engine').setLevel(logging.DEBUG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment