-
Notifications
You must be signed in to change notification settings - Fork 847
Open
Labels
crate/coreRelated to the `tracing-core` crateRelated to the `tracing-core` 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
Feature Request
tracing::dispatcher::set_defaulttakes&Dispatchtracing::dispatcher::set_global_defaulttakesDispatchtracing::dispatcher::with_defaulttakes&Dispatch
These should all take one or the other. &Dispatch is definitely more ergonomic (and we clone internally), Dispatch saves us a clone in certain cases. Either way, we should stick with one.
Metadata
Metadata
Assignees
Labels
crate/coreRelated to the `tracing-core` crateRelated to the `tracing-core` 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.