# File lib/aws/core/log_formatter.rb, line 265 def summarize_hash hash hash.map do |key,v| ":#{key}=>#{summarize_value(v)}" end.sort.join(",") end