Skip to content
Snippets Groups Projects
Commit 4a26991e authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-2056 FIXED Demote the messages to DEBUG level to prevent spam

parent 61e05f91
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,7 @@ bool HttpPolicy::stageAfterCompletion(HttpOpRequest * op)
// This op is done, finalize it delivering it to the reply queue...
if (! op->mStatus)
{
LL_WARNS("CoreHttp") << "HTTP request " << static_cast<HttpHandle>(op)
LL_DEBUGS("CoreHttp") << "HTTP request " << static_cast<HttpHandle>(op)
<< " failed after " << op->mPolicyRetries
<< " retries. Reason: " << op->mStatus.toString()
<< " (" << op->mStatus.toTerseString() << ")"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment