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

Remove interchange multiprocess log hack #3644

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Conversation

benclifford
Copy link
Collaborator

Prior to PR #3463, the interchange process was launched with multiprocessing fork and inherited the log configuration of the parent process.

To give the interchange its own log file, a specific logger, called "interchange" was used. In PR #2307, this logger was configured to not propagate entries upwards, so that user defined root handlers in the parent process do not see interchange logs.

Since #3463 this special configuration has no longer been necessary. See #3635 for a related change to signal handlers.

Changed Behaviour

This should not change any logging behaviour

Type of change

  • Code maintenance/cleanup

Prioer to PR #3463, the interchange process was launched
with multiprocessing fork and inherited the log configuration
of the parent process.


To give the interchange its own log file, a specific logger,
called "interchange" was used. In PR #2307, this logger was
configured to not propagate entries upwards, so that user
defined root handlers in the parent process do not see
interchange logs.

Since #3463 this special configuration has no longer been
necessary. See #3635 for a related change to signal handlers.
@benclifford benclifford merged commit 6c9b0d7 into master Oct 24, 2024
7 checks passed
@benclifford benclifford deleted the benc-interchange-log branch October 24, 2024 16:13
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