-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels