feat: accept RUST_LOG env filter
This commit is contained in:
parent
9e456336b2
commit
b828873426
3 changed files with 20 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ shellexpand = "3.1"
|
|||
|
||||
# Logging - minimal
|
||||
tracing = { version = "0.1", default-features = false }
|
||||
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "ansi"] }
|
||||
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "ansi", "env-filter"] }
|
||||
|
||||
# Observability - Prometheus metrics
|
||||
prometheus = { version = "0.14", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue