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

Upgrade to tracing-subscriber 0.2.13 #77678

Merged
merged 1 commit into from
Oct 8, 2020
Merged

Upgrade to tracing-subscriber 0.2.13 #77678

merged 1 commit into from
Oct 8, 2020

Commits on Oct 7, 2020

  1. Upgrade to tracing 0.2.13

    The primary motivation is to get the changes from
    tokio-rs/tracing#990. Example output:
    
    ```
    $ RUSTDOC_LOG=debug rustdoc +rustc2
    warning: some trace filter directives would enable traces that are disabled statically
     | `debug` would enable the DEBUG level for all targets
     = note: the static max level is `info`
     = help: to enable DEBUG logging, remove the `max_level_info` feature
    ```
    
    - Remove useless test
    
      This was testing for an ICE when passing `RUST_LOG=rustc_middle`.  I
      noticed it because it started giving the tracing warning (because tests
      are not run with debug-logging enabled). Since this bug seems unlikely
      to re-occur, I just removed it altogether.
    jyn514 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8b22d07 View commit details
    Browse the repository at this point in the history