Skip to content

Instantly share code, notes, and snippets.

@python-consulting
Created December 8, 2016 14:19
Show Gist options
  • Save python-consulting/f34b6040c618ff01293c75bdda4ad9b7 to your computer and use it in GitHub Desktop.
Save python-consulting/f34b6040c618ff01293c75bdda4ad9b7 to your computer and use it in GitHub Desktop.
import and created logger with logging module
import logging
logger = logging.getLogger(__name__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment