Skip to content

Instantly share code, notes, and snippets.

@mmattax
Last active December 21, 2015 02:39
Show Gist options
  • Save mmattax/6236906 to your computer and use it in GitHub Desktop.
Save mmattax/6236906 to your computer and use it in GitHub Desktop.
peewee logging
import logging
logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger('peewee')
logger.setLevel(logging.DEBUG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment