The library has been open-sourced from an internal project where it has been successfully used in production since the release of OpenSearch 1.0. The OpenSearchHandler constructor takes several ...
As stated in the python documentation logging cookbook "patterns to avoid" section. Libraries should not add log handlers. It makes it difficult for users to control the library's logging. Example 1: ...