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 7fbfee1 commit 4f8ccefCopy full SHA for 4f8ccef
aws-cpp-sdk-core/source/client/ClientConfiguration.cpp
@@ -79,7 +79,7 @@ ClientConfiguration::ClientConfiguration() :
79
maxAttempts = static_cast<int>(Aws::Utils::StringUtils::ConvertToInt32(maxAttemptsString.c_str()));
80
if (maxAttempts == 0)
81
{
82
- AWS_LOGSTREAM_DEBUG(CLIENT_CONFIG_TAG, "Retry Strategy will use the default max attempts.");
+ AWS_LOGSTREAM_WARN(CLIENT_CONFIG_TAG, "Retry Strategy will use the default max attempts.");
83
maxAttempts = -1;
84
}
85
0 commit comments