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

Conversation

9999years
Copy link
Member

Update version to 0.2.3 with cargo-release.
Merge this PR to build and publish a new release.

@9999years 9999years added the release New release label Aug 22, 2023
9999years and others added 2 commits August 22, 2023 17:02
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release New release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant