-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
crate/subscriberRelated to the `tracing-subscriber` crateRelated to the `tracing-subscriber` cratekind/featureNew feature or requestNew feature or requestmeta/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
json is unnecessary for many purposes, and the dependencies it pulls in can substantially fatten the build of an application which does not otherwise require serde or json support. It'd be nice to be able to use tracing-subscriber without having to copy-paste default-features = false, features = ["env-filter", "fmt", "ansi", "chrono"] for pretty, comparatively lightweight terminal output around all the time.
Metadata
Metadata
Assignees
Labels
crate/subscriberRelated to the `tracing-subscriber` crateRelated to the `tracing-subscriber` cratekind/featureNew feature or requestNew feature or requestmeta/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.