Changed the scraper 404 status code log output messages from type warning to debug

This commit is contained in:
Leon Styhre 2024-01-11 00:51:49 +01:00
parent ee0f2be819
commit 3fca7b2567

View file

@ -169,7 +169,7 @@ void ScraperHttpRequest::update()
return;
if (status == HttpReq::REQ_RESOURCE_NOT_FOUND) {
LOG(LogWarning)
LOG(LogDebug)
<< "ScraperHttpRequest: Server returned HTTP error code 404 (resource not found)";
setStatus(ASYNC_DONE);
return;