Displaying 1 result from an estimated 1 matches for "is_ajax".
Did you mean:
_ajax
2007 Apr 23
0
request logging: around_filters can't see error responses!
...335cedc50d
REQUEST_ID: 32d6a42f-da58-43e2-ab27-09d3e2a775cb
RESPONSE_BODY_SIZE: 7001
REMOTE_IP: 127.0.1.1
TIMESTAMP: 2007-04-23 12:05:41.555780 -07:00
USER_AGENT: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/
20060601 Firefox/2.0.0.3 (Ubuntu-edgy)
USER_ID: 102
QUERY_STRING:
PATH: /home
IS_AJAX: false
PARAMS: {}
I tried doing this using an around_filter. The #before part stored
the time and generated a request ID, and the #after part dumped all
the remaining data from the controller.request and controller.response
objects into this log. This worked great, except in the case that any
er...