v5.3.0
Change Log
- optionally log browser and platform user agent info
- update to qa 5.3
- add a request id to the search and find request headers
- log exception for graph load failures
- optionally include IP info at start of search/find linked data requests
Actions
Logging of IP and browser/platform data are suppressed by default. To include this information in the log, edit config/initializers/qa.rb and set the following...
config.suppress_ip_data_from_log = false
This is part of the QA 5.3 release. Note that if you want the additional logging, you should make sure that QA is at release 5.3.1. The logging added at 5.3.0 was not robust and throws an exception if the location or user agent data could not be extracted from the result. Release 5.3.1 handles this situation gracefully and without failure.