From 0cb3531ae41914d5e3fdc88dded6d6c2c8614a0c Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 31 May 2025 09:53:14 +0000 Subject: [PATCH] removed default env logger --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index c6259f7..447d027 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,8 +9,6 @@ mod util; #[ntex::main] async fn main() -> std::io::Result<()> { - std::env::set_var("RUST_LOG", "ntex=warn"); - std::env::set_var("RUST_BACKTRACE", "1"); env_logger::init(); // You need this to actually see logs