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: fix extra padding in pretty format #1275

Merged
merged 4 commits into from
Mar 11, 2021

Commits on Mar 2, 2021

  1. subscriber: fix extra padding in pretty format

    This fixes tokio-rs#1212 where extra padding was written when logging with
    metadata. With this change we only write padding when we actually
    decide to write a value, not when skipping a metadata value.
    lenaschoenburg committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d479e88 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. subscriber: improve write_padded performance with impl Trait

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    lenaschoenburg and hawkw committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    e4f8cdb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    37db650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05991c5 View commit details
    Browse the repository at this point in the history