Skip to content

Instantly share code, notes, and snippets.

@rickmak
Created July 5, 2016 04:03
Show Gist options
  • Save rickmak/f6b07e89c84084ef80a540845c9dca50 to your computer and use it in GitHub Desktop.
Save rickmak/f6b07e89c84084ef80a540845c9dca50 to your computer and use it in GitHub Desktop.
Using standard python logging
import logging
log = logging.getLogger(__name__)
log.info("I am application log")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment