Created
August 20, 2014 20:08
-
-
Save pscollins/da63d60bf141720c5d0b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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