Skip to content

Commit 1566fa9

Browse files
committed
Revert "TESTING: build trace instrumentation in release mode"
This reverts commit 28c28ec.
1 parent 69550f5 commit 1566fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tokio-util = "0.7.10"
150150
toml = "0.8.10"
151151
tower-http = "0.5.2"
152152
tower = "0.4.13"
153-
tracing = { version = "0.1.40" } # , features = ["release_max_level_debug"] }
153+
tracing = { version = "0.1.40", features = ["release_max_level_debug"] }
154154
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter"] }
155155
tracing-web = "0.1.3"
156156
trait-variant = "0.1.1"

0 commit comments

Comments
 (0)