Skip to content

Instantly share code, notes, and snippets.

@Pierre-Thibault
Created April 25, 2015 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pierre-Thibault/d241a71f343f4ab9a2da to your computer and use it in GitHub Desktop.
Save Pierre-Thibault/d241a71f343f4ab9a2da to your computer and use it in GitHub Desktop.
# Good logging practice to put at the beggining of a file:
import logging as _logging
_logger = _logging.getLogger(__name__)
_logger.addHandler(logging.NullHandler())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment