mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(crawler) Reduce logging
This commit is contained in:
parent
d72e871265
commit
67ef2b45fa
@ -130,7 +130,7 @@ public class HttpFetcherImpl implements HttpFetcher {
|
|||||||
return probeDomain(new EdgeUrl("https", url.domain, url.port, url.path, url.param));
|
return probeDomain(new EdgeUrl("https", url.domain, url.port, url.path, url.param));
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("Error during fetching", ex);
|
logger.info("Error during fetching {}", ex.getMessage());
|
||||||
return new FetchResult(FetchResultState.ERROR, url);
|
return new FetchResult(FetchResultState.ERROR, url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user