fix: enable env-filter feature for tracing subscriber

without this feature, it defaults to info, and with the feature it uses the variable, but falls back to error
This commit is contained in:
Ashley Wulber 2024-02-20 12:58:58 -05:00 committed by Ashley Wulber
parent 94bbcdd6b3
commit 7d6eb0b523
2 changed files with 32 additions and 4 deletions

View file

@ -38,7 +38,7 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
] }
zbus = { version = "3.14", default-features = false, features = ["tokio"] }
tracing = "0.1"
tracing-subscriber = "0.3.18"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-log = "0.2.0"
[profile.release]