You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shows how to use excepthook to log uncaught exceptions
2
+
This is code for a tutorial that explains how to use sys.excepthook from the python standard library to make sure that you have the ability to get all unhandled exceptions to be reported by your logging.
3
+
4
+
The tutorial can be found here: https://www.customprogrammingsolutions.com/tutorial/logging-uncaught-exceptions-python-applications
0 commit comments