the-library-code / dspace-rest-python

DSpace REST API Client Library
BSD 3-Clause "New" or "Revised" License
24 stars 19 forks source link

Replace print output with real logging #3

Closed kshepherd closed 7 months ago

kshepherd commented 2 years ago

Right now, the dspace.py library prints errors, messages, and other output with simple print()s. This should be replaced with a proper configurable logger and the messages all given log levels.

kshepherd commented 7 months ago

Related to #12

kshepherd commented 7 months ago

Resolved at version 0.1.9 PyPI (https://pypi.org/project/dspace-rest-client/0.1.9/) Git tag here: https://github.com/the-library-code/dspace-rest-python/tree/dspace-rest-client-0.1.9