Thursday, September 1, 2016
1 change
Enhancements to existing features
HTTP 404 errors are now recorded as errors instead of informational messages. This makes missing-page or missing-resource issues easier for teams to spot and investigate quickly.
Original PR description
Description of the issue/feature this PR addresses: We have HTTP-404 error in the log but is not easy to identify because is a logger.info Current behaviour before PR: If you have a HTTP 404 error in your instance you see a `INFO` logger. Desired behaviour after PR is merged: If you have a HTTP 404 error in your instance you see a `ERROR` logger.