removed default env logger

This commit is contained in:
Simon
2025-05-31 09:53:14 +00:00
parent 5b9a1b351c
commit 0cb3531ae4

View File

@@ -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