This method is only available on newer versions. The first available version (v8.0.0) is shown here.
format(key, value)
Formats the key value pairs into a string.
# File activerecord/lib/active_record/query_logs_formatter.rb, line 8 def format(key, value) "#{key}:#{value}" end