lib/httplog/configuration.rb in httplog-1.5.0 vs lib/httplog/configuration.rb in httplog-1.6.0

- old
+ new

@@ -48,10 +48,10 @@ @url_masked_body_pattern = nil @color = false @prefix_data_lines = false @prefix_response_lines = false @prefix_line_numbers = false - @json_parser = JSON + @json_parser = nil @filter_parameters = %w[password] end end end