Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tokio-rs/tracing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tracing-subscriber-0.3.2
Choose a base ref
...
head repository: tokio-rs/tracing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tracing-subscriber-0.3.3
Choose a head ref
  • 5 commits
  • 21 files changed
  • 4 contributors

Commits on Nov 21, 2021

  1. docs: Mention test-log instead of test-env-log (#1735)

    The test-env-log crate has been renamed to test-log to better reflect
    its intent of not only catering to env_logger specific initialization
    but also tracing (and potentially others in the future).
    This change updates the documentation to reference test-log instead of
    the now deprecated test-env-log.
    d-e-s-o authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    1890d18 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. chore: fix cargo MSRV field typo (#1742)

    Folyd authored and hawkw committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3a86d48 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. subscriber: Ensure PrettyFields respects the writer's ANSI settings (#…

    …1747)
    
    Backports #1747.
    
    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    davidbarsky and hawkw authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    b3f508d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. subscriber: fix missing event fields in Compact formatter (#1755)

    The line of code that prints the event's fields (including its message)
    was accidentally deleted in 0a16972,
    while backporting PR #1696 from `master` (where the `Compact` formatter
    implementation is significantly different).
    
    This branch puts it back. Also, I've added tests for the `Compact` formatter's
    output, to guard against accidentally breaking it in the future. Previously, we
    only had tests for the `Full` and `Json` formatters.
    
    Fixes #1741
    
    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e671318 View commit details
    Browse the repository at this point in the history
  2. subscriber: prepare to release 0.3.3 (#1757)

    # 0.3.3 (Nov 29, 2021)
    
    This release fixes a pair of regressions in `tracing-subscriber`'s `fmt`
    module.
    
    ### Fixed
    
    - **fmt**: Fixed missing event fields with `Compact` formatter ([#1755])
    - **fmt**: Fixed `PrettyFields` formatter (and thus `format::Pretty`
      event formatter) ignoring the `fmt::Layer`'s ANSI color code
      configuration ([#1747])
    
    [#1755]: #1755
    [#1747]: #1747
    hawkw authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    a26ccd8 View commit details
    Browse the repository at this point in the history
Loading