Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created April 29, 2011 17:47
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jacobian/948693 to your computer and use it in GitHub Desktop.
Save jacobian/948693 to your computer and use it in GitHub Desktop.
import logging
l = logging.getLogger('django.db.backends')
l.setLevel(logging.DEBUG)
l.addHandler(logging.StreamHandler())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment