- The extraction of the request and response meta data (done manually using the environ variable right now) could also be done using webob's Request and Response classes.
Or using pylons.util. - Add the capability to log the requested site via the
Host:
HTTP header as well. - Add the capability to use the
X-Forwarded-For:
HTTP header to log the IP address (needed when running you web app behind a reverse proxy).