Commit 6c9b0d7
Remove interchange multiprocess log hack (#3644)
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.
Co-authored-by: Kevin Hunter Kesling <[email protected]>1 parent bdf3364 commit 6c9b0d7
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
0 commit comments