I've modified the logging to not connect to the parent logger coming from the module importing pdfreader. Each file has been modified to add log = logging.getLogger(__name__) and the logging. statements have been updated to log. for correct operation.
This resolves issue #93.
If I need to change the pull request, let me know. I'm a noob.
I've modified the logging to not connect to the parent logger coming from the module importing pdfreader. Each file has been modified to add statements have been updated to log. for correct operation.
log = logging.getLogger(__name__)
and the logging.This resolves issue #93.
If I need to change the pull request, let me know. I'm a noob.