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;
}
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(