Log all uncaught exceptions to a file
-
Would there be a recommended method for logging all uncaught exceptions to a file? My code starts in boot.py and goes to main.py which runs all kinds of sub-modules. I could add something in either of those to capture everything to a file but not sure how.
I see it's possible in CPython.