-
Notifications
You must be signed in to change notification settings - Fork 859
Open
Labels
crate/subscriberRelated to the `tracing-subscriber` crateRelated to the `tracing-subscriber` cratemeta/breakingThis is a breaking change, and should wait until the next breaking release.This is a breaking change, and should wait until the next breaking release.
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
crate/subscriberRelated to the `tracing-subscriber` crateRelated to the `tracing-subscriber` cratemeta/breakingThis is a breaking change, and should wait until the next breaking release.This is a breaking change, and should wait until the next breaking release.