From 85ac04aa0d72ab6815214eb9c21d050fc6d9d676 Mon Sep 17 00:00:00 2001 From: Eason <30045503+Eason0729@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:08:29 +0800 Subject: [PATCH] strip log tracing level --- backend/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4d44323..906e111 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -10,7 +10,6 @@ codegen-backend = "cranelift" [dependencies] tikv-jemallocator = { workspace = true } -log = "0.4.18" paste = "1.0.12" toml = { workspace = true } thiserror = "1.0.44" @@ -42,6 +41,10 @@ lazy_static = "1.5.0" prost-wkt-types = { workspace = true } tracing-futures = "0.2.5" +[dependencies.log] +version = "0.4.18" +features = ["release_max_level_debug"] + [dependencies.grpc] path = "../grpc" features = [