Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable logging through logger objects early in the instantiation of collectors. Without explicitly calling `logging.basicConfig()`, any calls to `logging.getLogger(...).info(...)` and `...debug(...)` produce no output until `logging.log(...)` or friends were called once.
- Loading branch information