Compile-disable trace events in release

This commit is contained in:
Ivan Molodetskikh
2023-09-04 15:10:16 +04:00
parent 682182f363
commit aa7777527b
+1 -1
View File
@@ -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"