Skip to content

Instantly share code, notes, and snippets.

@henriquebastos
Forked from jacobian/gist:948693
Created January 11, 2013 00:02
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 henriquebastos/4506861 to your computer and use it in GitHub Desktop.
Save henriquebastos/4506861 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