Skip to content

Conversation

@arubique
Copy link
Owner

@arubique arubique commented Oct 22, 2025

Python's logging module creates handlers that capture a reference to sys.stderr (or sys.stdout) when they're initialized. Even after we redirected sys.stderr to TeeStd, the logging handlers still used to write to the old stream.
Now we update the logging handlers to reference to TeeStd.

@arubique arubique merged commit a4f70c5 into main Oct 22, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants