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.
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