Skip to content

Instantly share code, notes, and snippets.

@yprez
Last active October 12, 2015 17:27
Show Gist options
  • Save yprez/4061556 to your computer and use it in GitHub Desktop.
Save yprez/4061556 to your computer and use it in GitHub Desktop.
Enable all logging
import logging
logging.basicConfig()
logger = logging.getLogger('')
logger.setLevel(logging.DEBUG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment