Autologging
Autologging copied to clipboard
Feature request: log exceptions as ERROR events
When an exception occurs, tracing is not closed and nothing is logged. The log file just abruptly ends.
I would suggest
- Produce a logging.ERROR event with the exception message (optionally the traceback as well?)
- Close the tracing pair
Thanks for considering!
Edit: I made a quick solution in my fork of this repo.