Skip to content

Commit 35c1f30

Browse files
authored
Update README.md
1 parent c324445 commit 35c1f30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# excepthook_logging_example
2-
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

Comments
 (0)