Closed joshuachp closed 4 months ago
Attention: Patch coverage is 14.28571%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 75.6%. Comparing base (
a7cc3a1
) to head (ab7b52b
). Report is 1 commits behind head on master.
This PR refactors the logging system to use the tracing crate, a more suitable alternative for async libraries. The change introduces new features like instrumentation, structured logs, and spans, improving logging, debugging, and error reporting. Additionally, the error chain is now reported in full using the Report struct.