chore: add env-filter for tracing

This commit is contained in:
2026-03-05 08:03:03 +07:00
parent ef73b3c629
commit 0f00fed122
3 changed files with 20 additions and 6 deletions

14
Cargo.lock generated
View File

@@ -1005,6 +1005,7 @@ dependencies = [
"smallvec",
"smol",
"state",
"tracing",
]
[[package]]
@@ -3892,6 +3893,15 @@ dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
dependencies = [
"regex-automata",
]
[[package]]
name = "maybe-rayon"
version = "0.1.1"
@@ -7093,10 +7103,14 @@ version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex-automata",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]