This PR switches to using module level logging instead of logging directly to the root logger. This makes it cleaner to use this package within other python packages and scripts.
It removes the _logger.py file since it became unused.
The example scripts still log directly to the root logger since they are user-facing, so users should still see console output.
This PR switches to using module level logging instead of logging directly to the root logger. This makes it cleaner to use this package within other python packages and scripts.
It removes the
_logger.py
file since it became unused.The example scripts still log directly to the root logger since they are user-facing, so users should still see console output.