Eliza Weisman
Eliza Weisman
The ideal solution is to consider making `Duration`s a primitive value type, so that the subscriber can choose how to format them. The `valuable` integration in #1608 will help with...
Should be published soon, sorry for the delay!
Published [`tracing-subscriber` v0.3.16](https://crates.io/crates/tracing-subscriber/0.3.16), which now depends on `nu-ansi-term`.
The CI failures are unrelated, it looks like the latest Rust release broke the UI tests for the `#[instrument]` macro's error messages: https://github.com/tokio-rs/tracing/actions/runs/3114487346/jobs/5050405220#step:5:1233 Don't worry about that for now.
> I still recall your request on basing this PR against `main`. As I said, please let me know when you think this PR is in good shape, so I...
Thanks for the report, it definitely *should* be possible to use inner attributes! My guess is that the issue is because `#[instrument]` currently just captures the entire function body as...
This would probably be a *fairly* straightforward fix for a new contributor to `tracing` who has some familiarity with proc-macros in general, so I'm adding the `good first issue` label....
Hi @e-nomem, I'd like to be able to get this branch merged soon so we can publish a release with the fix. Are you able to make the changes I...
No worries, it was a pretty straightforward change. Thanks again for the fix!
Thanks for the report! My guess is that this is related to #2204, which is the only change between `tracing-subscriber` 0.3.14 and 0.3.15. Do you know if this can be...