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

Commits on Oct 22, 2024

  1. Remove interchange multiprocess log hack

    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 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    afe4526 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    da33427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f30c0 View commit details
    Browse the repository at this point in the history