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:
parent
94bbcdd6b3
commit
7d6eb0b523
2 changed files with 32 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue