tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.39k stars 707 forks source link

tracing-attributes: support const values for target and name (backport v0.1.x) #2942

Closed dpc closed 4 months ago

dpc commented 5 months ago

Fixes: https://github.com/tokio-rs/tracing/issues/2460

I only fixed lints making #2917 fail. Seems like they affect v0.1.x branch as well?

dpc commented 4 months ago

IIUC this is not needed.

interacsion commented 1 month ago

Why is this not needed? https://github.com/tokio-rs/tracing/pull/2883#issuecomment-1974913528 suggests it is

davidbarsky commented 1 month ago

we will backport in a dedicated PR.