aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7518da9..bf5c308f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ logind-zbus = "3.1.2"
profiling = "1.0.9"
sd-notify = "0.4.1"
time = { version = "0.3.28", features = ["formatting", "local-offset", "macros"] }
-tracing = "0.1.37"
+tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_debug"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracy-client = { version = "0.15.2", default-features = false }
xcursor = "0.3.4"