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

logging: update tracing and tracing-subscriber #352

Merged
merged 6 commits into from Sep 18, 2019
Merged

Commits on Sep 13, 2019

  1. logging: update tracing and tracing-subscriber

    Updating to the latest versions of the `tracing` and
    `tracing-subscriber` crates picks up a few changes that might be
    relevant to us:
    
    - tokio-rs/tracing#333: Fix an issue where filtering directives could
      sometimes be ignored
    - tokio-rs/tracing#344: Fix for filters not applying to events generated
      from `log` records
    - tokio-rs/tracing#346: Dependencies using `tracing`'s `log` back-compat
      alongside the `log` record to `tracing` event conversion layer will no
      longer result in duplicate events
    
    Additionally, `tracing-subscriber` 0.1.2 removed some dependencies that
    were previously on by default, and feature flagged others; I've tweaked
    the feature flags that we enable so we now have fewer transitive deps in
    our lockfile :D
    
    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    84fba48 View commit details
    Browse the repository at this point in the history
  2. fix vanishing TLS deps

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    556b344 View commit details
    Browse the repository at this point in the history
  3. fix deprecations

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    4aff5ec View commit details
    Browse the repository at this point in the history
  4. fix types, put back load-bearing type annotation

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    634a591 View commit details
    Browse the repository at this point in the history
  5. rustfmt

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    04ec5a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Merge branch 'master' into eliza/tracing-0.1.9

    Signed-off-by: hawkw <eliza@buoyant.io>
    hawkw committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    ece926e View commit details
    Browse the repository at this point in the history