From 5064987ffec4420ef6ea6de649606286370e42bc Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Thu, 14 Apr 2022 02:25:42 -0500 Subject: [PATCH] log: don't enable this feature by default (#660) Unfortunately, tracing/log is a non-additive feature (https://github.com/tokio-rs/tracing/issues/1793), so enabling it is a bit radioactive. --- tower/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tower/Cargo.toml b/tower/Cargo.toml index 9a69b6b82..599dc1e5b 100644 --- a/tower/Cargo.toml +++ b/tower/Cargo.toml @@ -23,7 +23,6 @@ edition = "2018" rust-version = "1.49.0" [features] -default = ["log"] # Internal __common = ["futures-core", "pin-project-lite"]