From 6039980ce150731a778182152acf1eea55691e6a Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 18 Aug 2025 17:39:29 +0300 Subject: [PATCH] change log level to info --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 87566dd..c05942f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -101,7 +101,7 @@ async fn main() -> Result<()> { ); continue; } - log::debug!("index `{h}`..."); + log::info!("resolve `{h}`..."); // run the crawler in single thread for performance reasons, // use `timeout` argument option to skip the dead connections. match time::timeout(