The Python Oracle

Log exception with traceback in Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle2

--

Chapters
00:00 Question
00:19 Accepted answer (Score 307)
00:59 Answer 2 (Score 227)
01:16 Answer 3 (Score 76)
06:23 Answer 4 (Score 16)
07:37 Thank you

--

Full question
https://stackoverflow.com/questions/1508...

Accepted answer links:
[logging.exception]: https://docs.python.org/library/logging....

Answer 3 links:
[http://www.bbarrows.com/]: http://www.bbarrows.com/blog/2012/09/24/.../

Answer 4 links:
[sys.excepthook]: https://docs.python.org/library/sys.html...
[exc_info]: https://docs.python.org/3/library/loggin...
[threading.Thread]: https://docs.python.org/2/library/thread...
[Issue 1230540]: http://bugs.python.org/issue1230540

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #exception #logging #errorhandling

#avk47