diff --git a/grpc-testtool/Cargo.toml b/grpc-testtool/Cargo.toml index 5089989c0..2aab4de19 100644 --- a/grpc-testtool/Cargo.toml +++ b/grpc-testtool/Cargo.toml @@ -22,7 +22,6 @@ thiserror = "1.0.47" tokio = { version = "1.32.0", features = ["sync", "rt-multi-thread"] } tonic = { version = "0.10.0", features = ["tls"] } tracing = { version = "0.1.16" } -tracing-subscriber = { version = "0.3", features = ["tracing-log", "fmt", "env-filter"] } clap = { version = "4.4.11", features = ["derive"] } tempdir = "0.3.7" log = "0.4.20" diff --git a/grpc-testtool/src/bin/process-server.rs b/grpc-testtool/src/bin/process-server.rs index 1e55c4a97..9f12043ee 100644 --- a/grpc-testtool/src/bin/process-server.rs +++ b/grpc-testtool/src/bin/process-server.rs @@ -84,7 +84,7 @@ async fn main() -> Result<(), Box> { .filter(None, args.log_level) .init(); - tracing_subscriber::fmt::init(); + // tracing_subscriber::fmt::init(); // log to the file and to stderr info!("Starting up: Listening on {}", args.grpc_port);