(warc) Reduce log spam

This commit is contained in:
Viktor Lofgren 2023-12-25 00:58:31 +01:00
parent 84563b0d46
commit 4c9bc13309

View File

@ -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);
}
}