v5.3.1
IP Logging failures seen in v5.3.0
IP Logging is off by default and requires setting Qa.config.suppress_ip_data_from_log=false
in config/initializers/qa.rb
in your app. If you have not done that, then this bug fix is not required.
If you are using IP logging (i.e. Qa.config.suppress_ip_data_from_log==false), then you will want to update to this release. In v5.3.0, the IP logging causes failures if the location cannot be retrieved from the http request.
Patch release includes:
- bug fix to make ip logging more robust when location cannot be retrieved from the request