Skip to content

Refactor logging #50

Description

@vidiecan

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
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions