| Crates.io | tracing-rewrite |
| lib.rs | tracing-rewrite |
| version | 0.1.0 |
| created_at | 2025-01-22 10:03:50.738784+00 |
| updated_at | 2025-01-22 10:03:50.738784+00 |
| description | Tracing logs conditional rewrite wrapper |
| homepage | |
| repository | https://github.com/nappa85/tracing-rewrite |
| max_upload_size | |
| id | 1526463 |
| size | 17,030 |
This crate introduces a wrapper that allows conditional rewriting of tracing logs
Let's say you are using a third party crate that emits way too many ERROR logs, you don't want to suppress them because, well, suppressing errors is never a good idea, but maybe you have your own retry mechanism and your telemetry sistem is configured to raise an alarm with any error or with 10 warnings in a 5 minutes window.