Skip to content

Instantly share code, notes, and snippets.

@halfdanrump
Created July 18, 2019 04:45
Show Gist options
  • Save halfdanrump/747c0e20607b9d86c4d30cae9ac59595 to your computer and use it in GitHub Desktop.
Save halfdanrump/747c0e20607b9d86c4d30cae9ac59595 to your computer and use it in GitHub Desktop.
[simplelogging] #getting_started_on_medium
import logging
logging.warning('Watch out!') # will print a message to the console
logging.info('I told you so') # will not print anything
logging.info('New print') # will not print anything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment