Allow for logging page access times.

Review Request #2644 — Created Oct. 6, 2011 and submitted — Latest diff uploaded

Information

Djblets
release-0.6.x

Reviewers

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.
    Loading...