Skip to content

Instantly share code, notes, and snippets.

@mmasztalerczuk
Created June 6, 2016 18:42
Show Gist options
  • Save mmasztalerczuk/18a07ba6733b69c97081ea27baf597e5 to your computer and use it in GitHub Desktop.
Save mmasztalerczuk/18a07ba6733b69c97081ea27baf597e5 to your computer and use it in GitHub Desktop.
import logging
logging.basicConfig(filename='example.log',level=logging.DEBUG)
logging.debug('This message should go to the log file')
logging.info('So should this')
logging.warning('And this, too')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment