Skip to content

Instantly share code, notes, and snippets.

@pscollins
Created August 20, 2014 20:08
Show Gist options
  • Save pscollins/da63d60bf141720c5d0b to your computer and use it in GitHub Desktop.
Save pscollins/da63d60bf141720c5d0b to your computer and use it in GitHub Desktop.
import logging
LOG = logging.getLogger(__name__)
LOG.setLevel("DEBUG")
LOG.warning("foo")
LOG.debug("bar")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment