mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
change log level to info
This commit is contained in:
parent
e77b3bb5ad
commit
6039980ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue