lib/aws/core/configuration.rb in aws-sdk-1.42.0 vs lib/aws/core/configuration.rb in aws-sdk-1.43.0
- old
+ new
@@ -114,10 +114,11 @@
# will log all wire traces to the `:logger`. If a `:logger` is not
# configured, then wire traces will be sent to standard out.
#
# @attr_reader [Logger,nil] logger (nil) The logging interface.
#
- # @attr_reader [Symbol] log_level (:info) The log level.
+ # @attr_reader [Symbol] log_level (:info) The log level to use when
+ # logging every API call. Does not set the `:logger`'s log_level.
#
# @attr_reader [LogFormatter] log_formatter The log message formatter.
#
# @attr_reader [Integer] max_retries (3) The maximum number of times
# service errors (500) and throttling errors should be retried. There is