When reviewing my logs, every so often I notice an exception where I
understand the problem but don’t know where the problem is arising.
Specifically, I can see the controller/action/params being called and
can identify the problem in the spelling or combination of paramaters.
What I don’t know is from what page is this being called from.
Sometimes it’s hard to guess where in the app this is being called from.
Logs don’t seem to show this. What I want to access is the
request.referer and add it to the log.
Can this be done? Am I missing something?
Thanks,
John