Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tracing

Application level tracing for Rust.
https://github.com/tokio-rs/tracing

tracing: fix event macros with constant field names in the first position (#2883)

## Motivation

Const argumetns in `level!` macros do not work when in the first
position.
...

908cc432a5994f6e17c8f36e13c217dc40085704 authored 10 months ago by David Mládek <[email protected]>
macros: Fix non-simple macro usage without message (#2879)

If something like `warn!(?foo)` and `warn!(name: "foo", ?foo)` works, then `warn!(name: "foo", t...

0e3577f6f3995b92accee21e0737c25ef0f1953c authored 10 months ago by Tobias Bieniek <[email protected]>
macros: Fix missing field prefixes (#2878)

## Motivation

In the simple macro cases with e.g. only "name" or only "target" these
prefixe...

045b22ecd90318447b7973dc31baa118f812ec89 authored 10 months ago by Tobias Bieniek <[email protected]>
use const `thread_local`s when possible (#2838)

This results in a substantial performance improvement,
and is compatible with our MSRV.

Signed...

baeba47cdaac9ed32d5ef3f6f1d7b0cc71ffdbdf authored 11 months ago by Alex Saveau <[email protected]>
docs: Update README.md with correct link to tracing-etw (#2861)

b461897c78a63faa8c88304b6276122564e43aaa authored 11 months ago by Cijo Thomas <[email protected]>
docs: fix typo "synchonous" => "synchronous" (#2850)

## Motivation

Fix typo "synchonous" => "synchronous" in the crate level documentation.

aa50d0e61373bb4af1ba567963e396dd2a54eb22 authored 11 months ago by Min Deng <[email protected]>
chore: Fix spelling (#2854)

335380a6b17e733899b95e0524ad03581861cbc2 authored 11 months ago by John Vandenberg <[email protected]>
journald: make level mappings configurable (#2824)

This allows to manually map tracing levels to journald levels.

It seems that @little-dude, wh...

d4ca988252211b12e3beccfa6b029064ede1d6dc authored 12 months ago by Gabriel Goller <[email protected]>
chore(ci): update actions/checkout action to v4 (#2845)

07b490067c0e2af61f48a3d2afb85a20ab70ba95 authored 12 months ago by Taiki Endo <[email protected]>
examples: suppress false positive clippy lint (#2846)

Signed-off-by: Alex Saveau <[email protected]>

00ca2dc116d11b450cdc9c6306aaf59f6b7ed34a authored 12 months ago by Alex Saveau <[email protected]>
chore: fixes for clippy changes in Rust 1.74 (#2814)

With the release of Rust 1.74, there are some new or modified clippy
lints that need adaption i...

bac25085fcea68ca30b8e19b8981fbd689f53735 authored about 1 year ago by Hayden Stainsby <[email protected]>
subscriber: fix flaky reload tests

fixes https://github.com/tokio-rs/tracing/actions/runs/6785393202/job/18443641813

cargo test ...

8ba80ae82371638aa749436e4f284b65adf9ff90 authored about 1 year ago by Sleep_AllDay <[email protected]>
mock: document public APIs in the `field` module (#2443)

This change adds documentation to the tracing-mock `field` module and
all the public APIs withi...

29c494d66e487968e7cbc772ed0b101fe071abd3 authored about 1 year ago by Hayden Stainsby <[email protected]>
mock: document public APIs in `span` module (#2442)

This change adds documentation to the tracing-mock span module and all
the public APIs within i...

ad2bfaab8781a56d3ecf0b0a896dd178325327a2 authored about 1 year ago by Hayden Stainsby <[email protected]>
test: add `tracing-test` crate for non-publishable test utils (#2466)

## Motivation

There has been interest around publishing tracing-mock to crates.io
for some t...

91ca0e03d80e26919da44124cc1435ad9e1c6903 authored about 1 year ago by Hayden Stainsby <[email protected]>
chore: bump MSRV to 1.63 (#2793)

011ff82ee37829e6a3ece2a038011ae7825d2159 authored about 1 year ago by David Barsky <[email protected]>
attributes: added missing RecordTypes for instrument (#2781)

When using a function annotated with `#[instrument]` it parses the
parameters of the function a...

e06201ca27eb5bb2b7574acf7a085e71ece821a9 authored about 1 year ago by Gabriel Goller <[email protected]>
subcriber: update docs for EnvFilter Builder (#2782)

The `from_env` and `try_from_env` methods on the builder had the same documentation. This change...

bfc859314f7ea82c39184270a3cb6aff069c21d2 authored about 1 year ago by Nathaniel Cook <[email protected]>
tracing: removed core imports in macros (#2762)

When a user has a crate named `core`, it can cause issues
because our crates import from `::cor...

f93cfa087e6ebdcbd8ecdcccca47d73c3a89ab94 authored about 1 year ago by Gabriel Goller <[email protected]>
core: fix incorrect (incorrectly updated) docs for LevelFilter (#2767)

These docs were updated (in response to #1669), but the "or equal to"
phrase should have been m...

90ef8e3acb5c408d701a6b0ceae8b9f53037200c authored about 1 year ago by Søren Mortensen <[email protected]>
tracing: use ManuallyDrop instead of mem::forget (#2765)

The current code is UB and LLVM could choose to reuse the stack slot causing a UAF.

## Motiva...

82a22ee4cc4aeca2c3c1537e4115521c4a7c3c31 authored about 1 year ago by Manish Goregaokar <[email protected]>
appender: remove `Sync` bound from writer for `NonBlocking` (#2607)

## Motivation

`NonBlocking` from `tracing-appender` wraps a writer and requires that
writer ...

3a80127aad7e2285e782897a28210169aa2a6a20 authored about 1 year ago by AnthonyMikh <[email protected]>
tracing: use full path when calling `format_args!` (#2757)

When a custom macro "format_args" is defined, macros such as
`tracing::warn`, `tracing::debug`,...

b16965b102c46cb47538cb9b37e7bfc7d5e9120d authored about 1 year ago by Gabriel Goller <[email protected]>
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#2750)

22975803faca6a5e600a4b784b79302871b3eef6 authored about 1 year ago by David Barsky <[email protected]>
chore: remove `env_logger` from `hyper` example

Currently, the `hyper_echo` example uses the `tracing-log` env logger
support for some weird rea...

84f0a608123a651f268ff76347f81182f487d3b1 authored about 1 year ago by Eliza Weisman <[email protected]>
log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)

The package `atty`, a dependent of `env_logger` < 0.10, has a RUSTSEC advisory
raised against it...

6cb6c2722f773dcd8fa7d8f5186f3e20be757f2c authored about 1 year ago by Max Burke <[email protected]>
attributes: fix typo "overriden" => "overridden" (#2719)

Co-authored-by: Eliza Weisman <[email protected]>

9eda68bb9c4123d52ac454952448e6d248e36553 authored about 1 year ago by Toby Murray <[email protected]>
subscriber: make `format::Writer::new()` public (#2680)

## Motivation

As seen here #2512 and #2223. Previously pr'ed here #2525, but no progress has
...

99e0377a6c48dd88b06ed2ae0259c62d8312c58d authored about 1 year ago by Kaifas <[email protected]>
attributes: fix clippy warning in attributes tests (#2742)

Clippy doesn't like the redefinition of a binding with itself. I don't
think this was necessary ...

f085b8905745a7d30a16a77fda851d3b683d693b authored about 1 year ago by Eliza Weisman <[email protected]>
journald: fix clippy `unwrap_or_default` warning (#2742)

The latest Clippy emits warnings for uses of `unwrap_or_else` with
functions that return a type'...

180684a3db0774947f7fd0d3cac2960fdfe420cd authored about 1 year ago by Eliza Weisman <[email protected]>
subscriber: update documentation link to latest (#2434)

## Motivation

Currently, link points to an outdated version.

## Solution

Make the link ...

4be2eabd4f9761e2efd04c983383c0f0e8d090a2 authored about 1 year ago by Benoît Burnichon <[email protected]>
subscriber: Implement subscribe::Filter for Option<Filter> (#2407)

## Motivation

It's currently awkward to have an optional per-subscriber filter.

## Solutio...

62d57a62c327e387a7bb91d3f503be6162b81db3 authored about 1 year ago by Jeremy Fitzhardinge <[email protected]>
attributes: bump minimum version of proc-macro2 to 1.0.60 (#2732)

As part of landing #2728, I noticed that the `-Zminimal-versions` check fails
due to proc-macro...

cf8a8c598095cd007ed29044daca0f982561b292 authored about 1 year ago by David Barsky <[email protected]>
[tracing-subscriber]: add chrono crate implementations of FormatTime (#2690)

## Motivation

Issue https://github.com/tokio-rs/tracing/issues/2080 explains that it's not
p...

2f8f2495cf085247d45131b11b5d410ebae07b97 authored about 1 year ago by Shayne Fletcher <[email protected]>
docs: add `axum-insights` to relevant crates. (#2713)

## Motivation

Adding a relevant library to the list of `tracing`-enabled crates.

## Soluti...

b8c45ccd067a6aebdd9257c5edda6bc90bcf9028 authored over 1 year ago by Aaron Roney <[email protected]>
tracing: allow constant field names in macros (#2617)

## Motivation

I've found myself in the case where I wanted to have customized event field nam...

245d6075533651b2ebfaed7f06fc80e6ea76fc53 authored over 1 year ago by Joseph Perez <[email protected]>
journald: allow custom journal fields (#2708)

## Motivation

It's currently not possible to customize how messages will get send to journald...

672dfdf694eed7f2284a8c7537083e085c18706b authored over 1 year ago by Finomnis <[email protected]>
tracing: allow setting event names in macros (#2699)

## Motivation

The motivation is #1426. Currently, event names are set to a default
value of...

c5736519c31cca95f8c195fd0c4c6312b910ba9a authored over 1 year ago by Aaron Roney <[email protected]>
core: allow `ValueSet`s of any length (#2508)

## Motivation

Fixes: #1566

## Solution

This change removes the maximum of 32 fields lim...

1c855ae04528e3f6cf1d681827fd2f468edc21fc authored over 1 year ago by Ethan Brierley <[email protected]>
attributes: generate less dead code for async block return type hint (#2709)

## Motivation

`#[tracing::instrument]` uses `unreachable!()` macro which needlessly
expands ...

683cc8a1a4eb2fdf7fda25de6287887bc0e4e958 authored over 1 year ago by Kornel <[email protected]>
flame: fix folded formatting (#2710)

## Motivation

The `.folded` format expects a `;`-separated list of the stack function,
optio...

bab2e29955c3d0e44edbb3a7541f643f91f55b9d authored over 1 year ago by Gabi <[email protected]>
appender: clarify file appender docs (#2689)

## Motivation

There are a few errors in the file appender docs - this fixes them.

It also ...

9a7257d7ffcd3ab4de313c524c0a5bf83deee9f0 authored over 1 year ago by C L Eckhardt <[email protected]>
attributes: fix instrument with "log" feature (#2599)

## Motivation

The instrument macro currently doesn't work with the "log" crate
feature: #258...

81ceb65008892826f3a813e9029a4e678beff87a authored over 1 year ago by Michael Wigard <[email protected]>
chore: fix new warnings in Rust 1.72.0 (#2700)

This branch fixes a handful of new warnings which have shown up after
updating to Rust 1.72.0.
...

bf05c61b7234eb1a196ef8d30f773d3ea6b60ce9 authored over 1 year ago by Eliza Weisman <[email protected]>
subscriber: support `NO_COLOR` in `fmt::Subscriber` (#2647)

## Motivation

It's necessary at times to be able to disable ANSI color output for
rust util...

81ab9d6faedaf5a1e4b9d69567949052a401e723 authored over 1 year ago by David M. Lary <[email protected]>
tracing: fix `wasm_bindgen_test` macros (#2675)

## Motivation

Tests involving `wasm_bindgen_test` currently fail:

https://github.com/tokio...

6c530d5b07c678d8f103c216edd62bc22c370679 authored over 1 year ago by Harry Barber <[email protected]>
docs: Add `clippy-tracing` to related crates (#2628)

## Motivation

Sharing tooling.

## Solution

Adds `clippy-tracing` to related crates.

...

887b9e79bacc85f894688f4f4bc2ef93760c28f3 authored over 1 year ago by Jonathan Woollett-Light <[email protected]>
docs(field): remove duplicate wording (#2674)

8f4157e0f8ee3bfaba075601d99b94cd48e63c24 authored over 1 year ago by Alexander Tesfamichael <[email protected]>
core: ensure callsites in test have unique addresses (#2681)

The test relies on TEST_CALLSITE_1 and TEST_CALLSITE_2 to have
different addresses. However, as...

5321e52263e24788a78363bd4411d8c04671bee3 authored over 1 year ago by Nikita Popov <[email protected]>
documentation: Add article and talk by hoverbear (#2679)

941b1591faeea55d62c1c8cf524ffa3e95b66887 authored over 1 year ago by Ana Hobden <[email protected]>
tracing: add tracing-cloudwatch to related cates in README (#2667)

79dd541ff63f9f860a954955a3123f63cf7173c0 authored over 1 year ago by Yuta Yamaguchi <[email protected]>
chores: fix clippy lints (#2673)

ef201ab3a9134c25b3d344a2df9c3f9ce74db88f authored over 1 year ago by David Barsky <[email protected]>
tracing: use fully qualified names in macros for items exported from std prelude (#2621)

## Motivation

Currently, in many places, macros do not use fully qualified names for
items e...

27f688efb72316a26f3ec1f952c82626692c08ff authored over 1 year ago by Harry Barber <[email protected]>
tracing: fix recursive `register_callsite` deadlock (#2634)

## Motivation

A deadlock exists when a collector's `register_callsite` method calls
into cod...

c6e8a8f679f40d2528008918e2d636e0b48b8107 authored over 1 year ago by Eliza Weisman <[email protected]>
mock: document public API in collector module (#2389)

There has been interest around publishing `tracing-mock` to crates.io
for some time. In order t...

9ad27405f82ca7414a9b742493c00e6782e548df authored over 1 year ago by Hayden Stainsby <[email protected]>
core: add `ValueSet::len` and `Record::len` (#2152)

## Motivation

This PR adds two new accessor functions that are useful for creating a
structu...

2906278ba7afde87067a5af7c4eab51ebc410619 authored over 1 year ago by James Munns <[email protected]>
attributes: allow `unknown_lints` in generated code (#2626)

## Motivation

#2609 added an allow to generated code to allow a lint that was added in
Clipp...

ebd437cf1a1f4bb3f916cde7d798776b89e319cb authored over 1 year ago by David Mládek <[email protected]>
core: fix typo in `field` docs (#2611)

## Motivation

Module `tracing::field` documentation is missing a word.

## Solution

Fixi...

c14525e1610db88986f849d46bd3e9795878b012 authored over 1 year ago by Guillaume Desmottes <[email protected]>
chore: silence `clippy::redundant_clone` warning (#2619)

The purpose of this test is to assert two clones of the same span are
equal to each other, so t...

2fc09f47caddd880b5935a68ce3d40cdb545d1c5 authored over 1 year ago by Eliza Weisman <[email protected]>
attributes: fix `clippy::let_with_type_underscore` in generated code (#2609)

Co-authored-by: Hayden Stainsby <[email protected]>
Co-authored-by: Eliza Weisman <eliza...

3bde225fda31dcba2c3b52a539a432cb0932b710 authored over 1 year ago by Noa <[email protected]>
docs: fix deadlink to tracing-etw repo (#2602)

e6f4ff15b812e8c276ee5b3332703e4037fd0a8a authored over 1 year ago by Cijo Thomas <[email protected]>
Fix doc link to RAI pattern crate documentation (#2612)

e603c2a254d157a25a7a1fbfd4da46ad7e05f555 authored over 1 year ago by John Gillott <[email protected]>
subscriber: document `registry` feature requirement for `fmt` feature (#2590)

## Motivation

This was inconsistent with other features, which mention their
requirements, a...

29146260fb4615d271d2e899ad95a753bb42915e authored over 1 year ago by Jason Heeris <[email protected]>
docs: add SECURITY.md (#2591)

We should make it explicit that tracing uses the security policy of Tokio.

bfc44ba2fd170f10e17f6f242b979517edb89b5f authored over 1 year ago by Alice Ryhl <[email protected]>
subscriber: add "unicode-case" and "unicode-perl" features to `regex` dependency (#2566)

## Motivation

Missing features for the `regex` crate were causing build time errors
due to ...

998774eb7a9e8f5fe7020fa660fbcca9aaec2169 authored over 1 year ago by Devin Bidwell <[email protected]>
attributes: update UI tests with the latest stable version of Rust (#2568)

updated UI tests using TRYBUILD=overwrite with the latest stable version of Rust

## Motivatio...

c59a7fb14d4642cb1c230ce68ffaa28642c00e5c authored over 1 year ago by Devin Bidwell <[email protected]>
tracing, tracing-futures: instrument `Future` inside `Drop` (#2562)

## Motivation

Currently it is not possible to disable ANSI in `fmt::Subscriber`
without enab...

8aae1c37b091963aafdd336b1168fe5a24c0b4f0 authored over 1 year ago by Ilya Salauyeu <[email protected]>
subscriber: add ability to disable ANSI without crate feature (#2532)

## Motivation

Currently it is not possible to disable ANSI in `fmt::Subscriber`
without enab...

1cb523b87d3dc113ecc33fdf6cbee8ae63fbfec2 authored over 1 year ago by daxpedda <[email protected]>
subscriber: revert "subscriber: update time crate to 0.3.18 (#2550)"

This reverts commit 9744ec03f925a4ea3de8578e7a27f2fe2a5f1655. This
change breaks MSRV compatibil...

a351b978d59b79560c49842010537f827cebfb38 authored over 1 year ago by Eliza Weisman <[email protected]>
attributes: update to syn 2.0 (#2516)

## Motivation

syn 2.0 is out!

## Solution

Update to syn 2.0 :rocket:

Co-authored-by:...

539ffbe189dfd7bb89055097043282d268aaaa94 authored over 1 year ago by David Pedersen <[email protected]>
attributes: remove unused syn's feature visit (#2530)

Remove unused `syn`s feature `visit`

ca26746391b1ce55bbe49883d021dcef91c49c63 authored over 1 year ago by klensy <[email protected]>
subscriber: update time crate to 0.3.18 (#2550)

Bump up the version of the `time` crate so that we don't need to
build with `--cfg unsound_loca...

9744ec03f925a4ea3de8578e7a27f2fe2a5f1655 authored over 1 year ago by keepsimple1 <[email protected]>
Remove dep `cfg-if` from tracing (#2553)

## Motivation

Same reason as https://github.com/rust-lang/log/pull/536 :

`cfg_if` is only ...

5722b4503e01686ef9ca00882003ee8579e3e18e authored over 1 year ago by Jiahao XU <[email protected]>
tracing: `inline` methods to make macro-generated code smaller (#2555)

## Motivation

Make `tracing::event!` codegen smaller

## Solution

Add `inline` to seve...

db64fc2d18ca0adc3ffb54df779129734fa72f4c authored over 1 year ago by Donough Liu <[email protected]>
chore: fix `clippy::needless_borrow` lint in journald tests (#2547)

49cbc5a68bdd0fdaa88c31502c4c9cab9dd7ac63 authored over 1 year ago by Eliza Weisman <[email protected]>
chore: bump MSRV to 1.56 (#2546)

As part of upgrading syn to 2.0 (e.g.,
https://github.com/tokio-rs/tracing/pull/2516), we need ...

1406b4cbe36b750a67284775fcd54d548a271c21 authored over 1 year ago by David Barsky <[email protected]>
chore: move tracing-opentelemetry to its own repo (#2523)

This PR removes tracing-opentelemetry to a dedicated repo located at
https://github.com/tokio-r...

666537c7d7bd03b1b3d9d317662c79be10b7b1bc authored over 1 year ago by David Barsky <[email protected]>
docs: fix typo in `panic_hook` example (#2453)

a0126b2e2d465e8e6d514acdf128fcef5b863d27 authored almost 2 years ago by Arif Driessen <[email protected]>
attributes: document default level for `err` (#2433)

## Motivation

The current description for the default level of the `err` return value
event ...

52fbf75818900dd9132776434c5f4392a5b11318 authored almost 2 years ago by Scott Robinson <[email protected]>
docs: fix warning styles in html-in-header (#2449)

## Motivation

The documentation under https://tracing.rs/tracing/ is missing CSS
styles. Fix...

2ace0b56c144019ffd9f4503336526630ce580b7 authored almost 2 years ago by rwa <[email protected]>
chore: fix new clippy lints from 1.67.0 (#2451)

There are new warnings as errors reported by clippy in Rust 1.67.0.

This are causing builds t...

264a417b4b13728e7f46383b838668389ea8967e authored almost 2 years ago by Hayden Stainsby <[email protected]>
mock: document public APIs in `subscriber` module (#2446)

## Motivation

There has been interest around publishing `tracing-mock` to crates.io
for some...

4cda3385cbc0f48e1e0048c3146a223675419beb authored almost 2 years ago by Hayden Stainsby <[email protected]>
mock: document public APIs in `event` module (#2426)

## Motivation

There has been interest around publishing tracing-mock to crates.io
for some t...

dd676608528847addf9187dd7e104955b563e550 authored almost 2 years ago by Hayden Stainsby <[email protected]>
attributes: add compile error on const fn instrumentation (#2418)

## Motivation

The `#[instrument]` macro cannot be used on `const fn`s, because the
generated...

58accc6da3f04af3f6144fbe6d68af7225c70c02 authored almost 2 years ago by Andrew Pollack <[email protected]>
attributes: update `async_instrument` error text for Rust 1.66 (#2427)

The error message suggesting that you remove a semicolon to return a
value (instead of unit) wa...

7c39d4f4df72d1bf179b1d2bb879ec0098598b1c authored almost 2 years ago by Hayden Stainsby <[email protected]>
subscriber: dim `Compact` targets, matching the default formatter (#2409)

## Motivation

Fixes https://github.com/tokio-rs/tracing/issues/2408

## Solution

Jus...

02903cbcdcbec946fd4086395409b1cacd9807de authored about 2 years ago by John Howard <[email protected]>
chore: Remove `doc(html_root_url)` attribute from all crates. (#2384)

Fixes #2383.

60c60bef62972e447414a748a95b31ff9027165b authored about 2 years ago by Luca Palmieri <[email protected]>
mock: add README to tracing-mock (#2362)

## Motivation

There has been interest around publishing `tracing-mock` to crates.io
for some...

db843027bb2c93e880e18390a3cecf7e350b06a1 authored about 2 years ago by Hayden Stainsby <[email protected]>
fix(docs): Remove accidentally duplicated words (#2378)

## Motivation

There is a small wording mistake in the tracing-subscriber docs
that can be ...

138b9377f592a4d1c4ade31b89bf46bc2d0e5964 authored about 2 years ago by LeoniePhiline <[email protected]>
mock: change helper functions to `expect::<thing>` (#2377)

* mock: change helper functions to `expect::<thing>`

The current format of test expectations ...

22c1ed9657f70766cbfbf442d8a9c9ea6e166215 authored about 2 years ago by Hayden Stainsby <[email protected]>
mock: differentiate between mocks and expectations (#2373)

The `tracing-mock` crate provides a mock collector (and a subscriber for
use by the tests in th...

2786be7646850c5227b1c9aea4528ce6a7c2b5d9 authored about 2 years ago by Hayden Stainsby <[email protected]>
appender: Fix typo in RollingFileAppender docs (#2375)

The `MakeWriter` trait comes from the `tracing-subscriber` crate,
not `tracing-appender`.

e0bd148c1dd0e2e73eb793e81382b78fb9155d6f authored about 2 years ago by Yotam Ofek <[email protected]>
mock: move subscriber mock from tracing-subscriber tests (#2369)

The `tracing-subscriber` module `tests::support` included functionality
to mock a subscriber (v...

b86ea89f7835ed7430dd4a43ae310abf434fd13c authored about 2 years ago by Hayden Stainsby <[email protected]>
attributes: allow `clippy::unreachable` warning (#2356)

## Motivation

PR #2270 added an unreachable branch with an explicit return value to
`#[instr...

3a6a73ba468443e7daaa4b89099bf5db7176b304 authored about 2 years ago by Abhishek <[email protected]>
appender: allow worker thread name to be configured (#2365)

## Motivation

The worker thread name in non blocking mode is always "tracing-appender".
It c...

662b29405335de040a9f57b5e85f9eeb21e3d187 authored about 2 years ago by Nicolas Stinus <[email protected]>
subscriber: fix wrong `doc_cfg` attribute (#2368)

This `doc_cfg` attribute's `cfg` part has multiple predicates without an
`all`, which iis what'...

6292b7f5f6c2d2d95c9dfa66611385997048118a authored about 2 years ago by Eliza Weisman <[email protected]>
chore: track Rust 1.65 clippy lints (#2366)

68f830d392b3b2fc07704d107d223414a1291da4 authored about 2 years ago by Eliza Weisman <[email protected]>
attributes: improve docs; tests for using Levels in `#[instrument]` (#2350)

This branch adds documentation and tests noting that the `#[instrument]`
macro accepts `tracing...

3258a2bb2ae5f1b3be755bffbaef7ff851ec3b4f authored about 2 years ago by Jeremy Fitzhardinge <[email protected]>
attributes: support custom levels for `ret` and `err` (#2335)

This branch adds the ability to override the level of the events
generated by the `ret` and `er...

196e83e1f3d6d55fa55a5b82e7d36104d56ab4fd authored about 2 years ago by nitnelave <[email protected]>
subscriber: impl `fmt::Display` for `filter::Targets` (#2343)

## Motivation

There's currently a `fmt::Display` impl for `EnvFilter` that emits an
equioval...

330dacfa71c9ad664bbb73f6898aaaa5caa70fb6 authored about 2 years ago by Eliza Weisman <[email protected]>