Skip to content

Instantly share code, notes, and snippets.

@bitrut
Created November 15, 2012 12:38
Show Gist options
  • Save bitrut/4078437 to your computer and use it in GitHub Desktop.
Save bitrut/4078437 to your computer and use it in GitHub Desktop.
Django ORM console logging
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