planetlabs / planet-client-python

Python client for Planet APIs
https://planet-sdk-for-python-v2.readthedocs.io/en/latest/
Apache License 2.0
274 stars 92 forks source link

standardize error and log message across repo #953

Open jreiberkyle opened 1 year ago

jreiberkyle commented 1 year ago

To increase consistency, readability and usability, across error and log messages, standardize them across the repo.

consider using something like structlog.

ischneider commented 2 months ago

In discussion, structlog was considered too opinionated for a library - e.g if a downstream user would benefit from structured logging, then they can introduce that and integrate with stdlib logging