chore: add env-filter for tracing

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

View File

@@ -64,7 +64,7 @@ oneshot.workspace = true
webbrowser.workspace = true
indexset = "0.12.3"
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
[target.'cfg(target_os = "macos")'.dependencies]
# Temporary workaround https://github.com/zed-industries/zed/issues/47168