change log level to info

This commit is contained in:
yggverse 2025-08-18 17:39:29 +03:00
parent e77b3bb5ad
commit 6039980ce1

View file

@ -101,7 +101,7 @@ async fn main() -> Result<()> {
); );
continue; continue;
} }
log::debug!("index `{h}`..."); log::info!("resolve `{h}`...");
// run the crawler in single thread for performance reasons, // run the crawler in single thread for performance reasons,
// use `timeout` argument option to skip the dead connections. // use `timeout` argument option to skip the dead connections.
match time::timeout( match time::timeout(