chore(deps): bump tracing-subscriber from 0.2.25 to 0.3.15
Bumps tracing-subscriber from 0.2.25 to 0.3.15.
Release notes
Sourced from tracing-subscriber's releases.
tracing-subscriber 0.3.15
This release fixes a bug where the
reload
layer would fail to pass throughmax_level_hint
to the underlying layer, potentially breaking filtering.Fixed
- reload: pass through
max_level_hint
to the innerLayer
(#2204)Thanks to
@guswynn
for contributing to this release!tracing-subscriber 0.3.14
This release fixes multiple filtering bugs in the
Layer
implementations forOption<impl Layer>
andVec<impl Layer>
.Fixed
- layer:
Layer::event_enabled
implementation forOption<impl Layer<S>>
returningfalse
when theOption
isNone
, disabling all events globally (#2193)- layer:
Layer::max_level_hint
implementation forOption<impl Layer<S>>
incorrectly disabling max level filtering when the option isNone
(#2195)- layer:
Layer::max_level_hint
implementation forVec<impl Layer<S>>
returningLevelFilter::ERROR
rather thanLevelFilter::OFF
when theVec
is empty (#2195)Thanks to
@CAD97
and@guswynn
for contributing to this release!#2193: tokio-rs/tracing#2193 #2195: tokio-rs/tracing#2195
tracing-subscriber 0.3.13
This release of
tracing-subscriber
fixes a compilation failure due to an incorrecttracing-core
dependency that was introduced in v0.3.12.Changed
- tracing_core: Updated minimum dependency version to 0.1.28 (#2190)
tracing-subscriber 0.3.12
This release of
tracing-subscriber
adds a newLayer::event_enabled
method, which allowsLayer
s to filter events after their field values are recorded; aFilter
implementation forreload::Layer
, to make usingreload
with per-layer filtering more ergonomic, and additional inherent method downcasting APIs for theLayered
type. In addition, it includes dependency updates, and minor fixes for documentation and feature flagging.
... (truncated)
Commits
-
290eff2
subscriber: prepare to release v0.3.15 (#2237) -
398a6ec
core: implementPartialEq
,Eq
forMetadata
,FieldSet
(#2229) -
28a0c99
appender: add a builder for constructingRollingFileAppender
s (#2227) -
463b699
core: remove misleading dispatcher docs (#2220) -
8fbdb1c
tracing: allow owned values and fat pointers inSpan::record
(#2212) -
21cdf08
appender: name spawned thread (#2219) -
7533872
docs: remove hard coded version link from readme (#2208) -
65093b3
chore(ci): update actions/checkout action to v3 (#2213) -
d7139a5
subscriber: pass throughmax_level_hint
inreload
(#2204) -
9c4bd43
attributes: prepare to release v0.1.22 (#2203) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts