Problem
The current logging implementation in dspace_rest_client/client.py appears to lack standardized patterns.
Proposed Solution
Refactor logging to:
Standardize logger acquisition
_logger = logging.getLogger(__name__)
and do not use basicLogging or similar, let the user of the package to deal with this.
We're prepared to submit a PR if this refactor aligns with the project's direction.
Problem
The current logging implementation in dspace_rest_client/client.py appears to lack standardized patterns.
Proposed Solution
Refactor logging to:
Standardize logger acquisition
and do not use basicLogging or similar, let the user of the package to deal with this.
We're prepared to submit a PR if this refactor aligns with the project's direction.