This commit is contained in:
Simon
2025-09-13 06:03:00 +00:00
parent c17590ccb3
commit a096ec66f2
3 changed files with 2 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ async fn main() -> std::io::Result<()> {
// Enable request logging
unsafe {
std::env::set_var("RUST_LOG", "info");
std::env::set_var("RUST_LOG", "warn");
}
env_logger::init(); // You need this to actually see logs