Skip to content

Instantly share code, notes, and snippets.

@renatoargh
Last active August 7, 2018 08:44
Show Gist options
  • Save renatoargh/fd11ab5a1be6dac926737bb8974e58bd to your computer and use it in GitHub Desktop.
Save renatoargh/fd11ab5a1be6dac926737bb8974e58bd to your computer and use it in GitHub Desktop.
import logging
logging.basicConfig(filename='output.log', filemode='w', level=logging.WARNING)
logging.warning('poor man\'s debugging')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment