(warc) Reduce log spam
This commit is contained in:
parent
84563b0d46
commit
4c9bc13309
@ -189,7 +189,7 @@ public class WarcRecorder implements AutoCloseable {
|
||||
responseDataBuffer.length() - dataStart);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
logger.warn("Failed to fetch URL {}", requestUri, ex);
|
||||
logger.warn("Failed to fetch URL {}: {}", requestUri, ex.getMessage());
|
||||
return new HttpFetchResult.ResultException(ex);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user