We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0c381 commit 9191f18Copy full SHA for 9191f18
olp-cpp-sdk-core/src/http/curl/NetworkCurl.cpp
@@ -513,7 +513,7 @@ ErrorCode NetworkCurl::SendImplementation(
513
return ErrorCode::NETWORK_OVERLOAD_ERROR;
514
}
515
516
- OLP_SDK_LOG_DEBUG(
+ OLP_SDK_LOG_TRACE(
517
kLogTag, "Send request with url=" << request.GetUrl() << ", id=" << id);
518
519
handle->ignore_offset = false; // request.IgnoreOffset();
@@ -687,7 +687,7 @@ void NetworkCurl::Cancel(RequestId id) {
687
handle.cancelled = true;
688
AddEvent(EventInfo::Type::CANCEL_EVENT, &handle);
689
690
- OLP_SDK_LOG_DEBUG(kLogTag, "Cancel request with id=" << id);
+ OLP_SDK_LOG_TRACE(kLogTag, "Cancel request with id=" << id);
691
return;
692
693
0 commit comments