removed default env logger
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user