Skip to content

Instantly share code, notes, and snippets.

@chuenniger
Created June 12, 2018 09:40
Show Gist options
  • Save chuenniger/36181236fd6ae19d65009c4f265b0557 to your computer and use it in GitHub Desktop.
Save chuenniger/36181236fd6ae19d65009c4f265b0557 to your computer and use it in GitHub Desktop.
Python: change log level for specific modules
# decativate debug logging PN532
logging.getLogger('Adafruit_PN532.PN532').setLevel(logging.INFO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment