In a47c1d6, we fixed an issue where the pipeline didn't set the root log level correctly. The way it's implemented now, though, means that if someone instantiates the Manager class in python directly, it will modify the global root log level even if it was previously set, and it won't revert when the pipeline is done.
Fix
In a47c1d6, we fixed an issue where the pipeline didn't set the root log level correctly. The way it's implemented now, though, means that if someone instantiates the
Managerclass in python directly, it will modify the global root log level even if it was previously set, and it won't revert when the pipeline is done.Fix