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

Release version 0.2.3 #41

Closed
wants to merge 2 commits into from
Closed

Release version 0.2.3 #41

wants to merge 2 commits into from

Commits on Aug 23, 2023

  1. �Allow customizing logged span events (#40)

    Currently, new/close span events are logged (that is, when a span is
    created for the first time, usually when an `#[instrument]`ed function
    is called, and when spans are closed, usually when those functions
    return). It can be useful to disable those for terser logs, or to enable
    more events for greater detail.
    
    This change adds a `--trace-spans` argument to customize which span
    events are logged.
    
    Before shipping 1.0, we should clean up the option names. Maybe
    `--tracing-filter` could be `--log` or something.
    9999years authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    145864e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309b0a2 View commit details
    Browse the repository at this point in the history