# File lib/lograge/formatters/key_value.rb, line 16
      def format(key, value)
        "#{key}=#{parse_value(key, value)}"
      end