diff --git a/ntex/src/lib.rs b/ntex/src/lib.rs index 93220f15..a15ee31a 100644 --- a/ntex/src/lib.rs +++ b/ntex/src/lib.rs @@ -126,6 +126,7 @@ pub mod util { #[doc(hidden)] pub fn enable_test_logging() { + #[cfg(not(feature = "no-test-logging"))] if std::env::var("NTEX_NO_TEST_LOG").is_err() { if std::env::var("RUST_LOG").is_err() { std::env::set_var("RUST_LOG", "trace");