So I am a total cakephp newb and one of the first things I expected to see was basic info about each page request logged. More specifically, I need what route was used and as a result, what controller/method is called. Obviously I did not find what I was expecting and about the only kind of meaningful info I can find is from the apache logs. What I expected was to see something similar to the first log entry found for a request in a rails app.
Does cakephp not log this kind of data?