-
Notifications
You must be signed in to change notification settings - Fork 26
No logging.raiseExceptions #83
Copy link
Copy link
Open
Labels
cpython-incompatibilityRelates to an incompatibility with stdlib loggingRelates to an incompatibility with stdlib logginggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
cpython-incompatibilityRelates to an incompatibility with stdlib loggingRelates to an incompatibility with stdlib logginggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
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?