Autologging icon indicating copy to clipboard operation
Autologging copied to clipboard

Feature request: log exceptions as ERROR events

Open janfeitsma opened this issue 3 years ago • 0 comments

When an exception occurs, tracing is not closed and nothing is logged. The log file just abruptly ends.

I would suggest

  1. Produce a logging.ERROR event with the exception message (optionally the traceback as well?)
  2. Close the tracing pair

Thanks for considering!

Edit: I made a quick solution in my fork of this repo.

janfeitsma avatar May 15 '22 18:05 janfeitsma