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 0741d00 commit e9bcadbCopy full SHA for e9bcadb
lib/ex_aws/request.ex
@@ -45,7 +45,7 @@ defmodule ExAws.Request do
45
reason = {:http_error, status, body}
46
request_and_retry(method, url, service, config, headers, req_body, attempt_again?(attempt, reason))
47
{:error, %{reason: reason}} ->
48
- Logger.error("ExAws: HTTP ERROR: #{inspect reason}")
+ Logger.warn("ExAws: HTTP ERROR: #{inspect reason}")
49
50
end
51
0 commit comments