picologging icon indicating copy to clipboard operation
picologging copied to clipboard

No logging.raiseExceptions

Open pamelafox opened this issue 2 years ago • 0 comments

In CPython, logging.raiseExceptions is a Boolean on the module, described in the handleError docs: https://docs.python.org/3/library/logging.html#logging.Handler.handleError

picologging does not have that Boolean/way of effecting whether errors are raised. Limitation or bug?

pamelafox avatar Sep 22 '22 23:09 pamelafox