Skip to content

Instantly share code, notes, and snippets.

@Drunkar
Created August 9, 2016 10:37
Show Gist options
  • Save Drunkar/8246c7a5975936b98363e1f8d0699154 to your computer and use it in GitHub Desktop.
Save Drunkar/8246c7a5975936b98363e1f8d0699154 to your computer and use it in GitHub Desktop.
import logging
logger = logging.getLogger("")logger.setLevel(logging.DEBUG)
stream_handler = logging.StreamHandler()
stream_handler.setLevel(logging.DEBUG)
logger.addHandler(stream_handler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment