Improve error logging #166
Labels
enhancement
New feature or request
need design
Feature design must be done before work can begin
observability
Relates to tracing / observability
After we Implement proper request tracing, we should improve how errors are logged and handled. We've already done one pass by implementing custom error codes and migrating to
thiserror
but the API we did end up with could still benefit from a lot of improvements.Here are some great resources regarding the subject:
Those are about Axum more specifically:
And this is an interesting replacement for
anyhow
(fork with additional features):The text was updated successfully, but these errors were encountered: