| The ErrorLogModule is specifically made to do a couple of things. First we want to log and only log 500 exceptions that are thrown, one reason is because we really don't want to log anytime a user or bot navigates to a route that just doesn't exist (HTTP 404). Secondly it will do all the navigating to the custom error pages. This is because we mainly want it to be a Server.TransferRequest so that the user will still be on the same route when they see the error and could potentially do an F5 refresh to try the route again with out having to press the back button. More...
|