subscriber: Revisit env filter directives with targets and spans #367
Labels
crate/subscriber
Related to the `tracing-subscriber` crate
meta/breaking
This is a breaking change, and should wait until the next breaking release.
Milestone
Right now, a span filter will turn on everything inside that span, regardless of target. This is a possibly confusing user-experience.
Right now, the target is used to match the span for which the level is set for, but it probably should be changed to set a level for everything with that target, inside the span.
The text was updated successfully, but these errors were encountered: