picologging
picologging copied to clipboard
No logging.raiseExceptions
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?