Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No logging.raiseExceptions #83

Open
pamelafox opened this issue Sep 22, 2022 · 0 comments · May be fixed by #176
Open

No logging.raiseExceptions #83

pamelafox opened this issue Sep 22, 2022 · 0 comments · May be fixed by #176
Labels
cpython-incompatibility Relates to an incompatibility with stdlib logging good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pamelafox
Copy link
Member

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?

@tonybaloney tonybaloney added the cpython-incompatibility Relates to an incompatibility with stdlib logging label Sep 26, 2022
@tonybaloney tonybaloney added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 10, 2022
@aminalaee aminalaee linked a pull request Sep 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpython-incompatibility Relates to an incompatibility with stdlib logging good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants