Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriber: reduce default features #1647

Merged
merged 2 commits into from
Oct 18, 2021
Merged

Commits on Oct 18, 2021

  1. subscriber: reduce default features

    This changes `tracing-subscriber` so that the `env-filter`, `json`,
     and `chrono` features are not enabled by default, and instead require
    users to opt in. This should significantly reduce the default
    dependency footprint.
    
    Of course, this is a breaking change, and therefore will be part of
    `tracing-subscriber` v0.3.
    
    Fixes #1258
    
    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c02fdaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8665d46 View commit details
    Browse the repository at this point in the history