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

ThreadedWrapperHandler does not pass all LogRecord contents to thread #406

Open
aragilar opened this issue Jan 10, 2025 · 1 comment
Open

Comments

@aragilar
Copy link
Collaborator

This may be sign more a bigger underlying issue, but it appears ThreadedWrapperHandler drops exc_info somewhere along the flow such that it does not include it in the output (but the unwrapped handler does). I'll try to create a minimal PoC to help chase this down when I have a bit more time.

@RazerM
Copy link
Collaborator

RazerM commented Jan 23, 2025

Is this a case of exc_info=True? I think that means sys.exc_info() will be called on the receiving thread which is too late

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants