chore(deps): update rust crate tracing-log to 0.2 #74
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1
->0.2
Release Notes
tokio-rs/tracing (tracing-log)
v0.2.0
: tracing-log 0.2.0Compare Source
This release contains two breaking changes: the removal of the
env_logger
and
trace_logger
features. Below are the suggested migration paths:env_logger
: users should use [tracing_subscriber::fmt::Subscriber
][tracing_subscriber::fmt::Subscriber]or [
tracing_subscriber::fmt::Layer
][tracing_subscriber::fmt::Layer] with the [Targets
][Targets] or[
EnvFilter
][EnvFilter] filters instead.trace_logger
: users should use thetracing
crate's"log" feature flag instead.
Breaking Changes
env_logger
feature. This removes the dependencyon the unmaintained
atty
crate, resolving the security advisoryGHSA-g98v-hv3f-hcfr/RUSTSEC-2021-0145. (#2771)
trace_logger
feature. (#2771)v0.1.4
: tracing-log 0.1.4Compare Source
Changes
env_logger
feature in favor oftracing_subscriber::fmt::Subscriber
([#2752])#[2752]https://github.com/tokio-rs/tracing/pull/275252
v0.1.3
: tracing-log 0.1.3Compare Source
Added
LogTracer::with_interest_cache
to enable a limitedform of per-record
Interest
caching forlog
records (#1636)Changed
Fixed
LogTracer
not honoringtracing
max level filters(#1543)
Thanks to @Millione, @teozkr, @koute, @Folyd, and @ben0x539 for contributing to
this release!
v0.1.2
Compare Source
v0.1.1
Compare Source
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.