Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Last active October 13, 2020 01:09
Show Gist options
  • Save thanakijwanavit/a77a39a028aae9f109ab3f0364426292 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/a77a39a028aae9f109ab3f0364426292 to your computer and use it in GitHub Desktop.
log with debug information python
import traceback
traceback.format_exc()
import logging
logging.exception("message")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment