Open jreiberkyle opened 1 year ago
To increase consistency, readability and usability, across error and log messages, standardize them across the repo.
consider using something like structlog.
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
To increase consistency, readability and usability, across error and log messages, standardize them across the repo.
consider using something like structlog.