Skalar / google_distance_matrix

Ruby client for The Google Distance Matrix API.
MIT License
58 stars 45 forks source link

Filter sensitive logged get params #26

Closed thhermansen closed 8 years ago

thhermansen commented 8 years ago

Filters sensitive params from URL to Google Distance Matrix before we log it. key, signature will be replaced by default.

You can override this in configuration by setting filter_parameters_in_logged_url to []. This may be useful when you want to copy the URL and inspect raw response for debugging during development.

Fixes #25