perf: do not compile traces in release mode (#2652)

This commit is contained in:
Georgios Konstantopoulos
2023-05-15 17:06:10 -07:00
committed by GitHub
parent 5dfbc9cf01
commit ae2b0954c6
28 changed files with 33 additions and 27 deletions

View File

@ -8,7 +8,7 @@ readme = "README.md"
description = "tracing helpers"
[dependencies]
tracing = { version = "0.1", default-features = false }
tracing = { workspace = true, default-features = false }
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
tracing-appender = "0.2"
tracing-journald = "0.3"