From e635024cc7c300479bc000d3791a45c114913e90 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:51:23 -0500 Subject: [PATCH] Disable tracing (#371) Co-authored-by: John Detter --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 845f28e317..27d8cbb7d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] } tokio-tungstenite = { version = "0.19", features = ["native-tls"] } toml = "0.5" tower-http = { version = "0.4.1", features = ["cors"] } -tracing = "0.1.37" +tracing = { version = "0.1.37", features = ["release_max_level_off"] } tracing-appender = "0.2.2" tracing-core = "0.1.31" tracing-flame = "0.2.0"