Allow for logging page access times.
Review Request #2644 — Created Oct. 6, 2011 and submitted
Allow for logging page access times. LoggingMiddleware can now log the page access times. This is an opt-in feature. Each log entry will show the path and user. We'll log both at the beginning of the request and after generating the response, which will help catch page requests that result in deadlocks.
Tested locally with LOGGING_PAGE_TIMES set to True and to False.
- Change Summary:
-
Changed the string to show HTTP <method>
- Branch:
-
release-0.3.xrelease-0.6.x
- Diff:
-
Revision 2 (+23 -1)