Skip to content

Instantly share code, notes, and snippets.

@Pierre-Thibault
Created April 25, 2015 20:16
Show Gist options
  • Select an option

  • Save Pierre-Thibault/d241a71f343f4ab9a2da to your computer and use it in GitHub Desktop.

Select an option

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