Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable logging propagation, use current stderr as output
1. Propagation can create duplicate messages if the root logger has stdout/stderr handlers set (as observed in uqfoundation#540). 2. `StreamHandler()` uses the `sys.stderr` value as of the time of handler creation, `_StderrHandler()` always use the current value of `sys.stderr`.
- Loading branch information