mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Reduce log spam during conversion
This commit is contained in:
parent
ba375ef769
commit
fb91ce84f5
@ -101,7 +101,7 @@ public class DocumentProcessor {
|
|||||||
}
|
}
|
||||||
catch (DisqualifiedException ex) {
|
catch (DisqualifiedException ex) {
|
||||||
ret.state = EdgeUrlState.DISQUALIFIED;
|
ret.state = EdgeUrlState.DISQUALIFIED;
|
||||||
logger.info("Disqualified {}: {}", ret.url, ex.reason);
|
logger.debug("Disqualified {}: {}", ret.url, ex.reason);
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
ret.state = EdgeUrlState.DISQUALIFIED;
|
ret.state = EdgeUrlState.DISQUALIFIED;
|
||||||
|
Loading…
Reference in New Issue
Block a user