forked from tokio-rs/tracing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attributes: prepare to release v0.1.16 (tokio-rs#1560)
# 0.1.16 (September 13, 2021) This release adds a new `#[instrument(skip_all)]` option to skip recording *all* arguments to an instrumented function as fields. Additionally, it adds support for recording arguments that are `tracing` primitive types as typed values, rather than as `fmt::Debug`. ### Added - add `skip_all` option to `#[instrument]` ([tokio-rs#1548]) - record primitive types as primitive values rather than as `fmt::Debug` ([tokio-rs#1378]) - added support for `f64`s as typed values ([tokio-rs#1522]) Thanks to @Folyd and @jsgf for contributing to this release! [tokio-rs#1548]: tokio-rs#1548 [tokio-rs#1378]: tokio-rs#1378 [tokio-rs#1522]: tokio-rs#1524
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters