feat: accept RUST_LOG env filter

This commit is contained in:
Kieran 2026-02-16 22:18:00 +00:00 committed by Chummy
parent 9e456336b2
commit b828873426
3 changed files with 20 additions and 5 deletions

View file

@ -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 }