summaryrefslogtreecommitdiff
path: root/paste/translogger.py
Commit message (Expand)AuthorAgeFilesLines
* Save the REQUEST_METHOD when logging, in case it gets rewritten later (#241)Ian Bicking2008-03-251-3/+4
* use paste.util.converters instead of paste.deploy.convertersIan Bicking2007-10-101-1/+1
* Make wsgi the default logger name for the entry point (it was going to the ro...Ian Bicking2007-07-091-1/+1
* Also calculate QUERY_STRING in translogger before dispatching the requestIan Bicking2007-02-151-2/+2
* Figure out the request URI earlier in translogger (so later rewrites won't ch...Ian Bicking2007-02-151-3/+5
* Add docstring for all the entry pointsIan Bicking2006-10-201-0/+2
* Added an Paste Deploy entry point for paste.transloggerIan Bicking2006-10-071-0/+20
* fixed the logged HTTP protocol, now grabbing it from HTTP_VERSION environment...pjenvey2006-06-181-1/+1
* fixed TransLogger to log to the Apache combined log format as advertisedpjenvey2006-06-181-1/+9
* Added copyright header to a bunch of filesIan Bicking2006-06-131-0/+2
* Wrap what is now a really long lineIan Bicking2006-03-131-1/+3
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-0/+4
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+0
* Fix form finding regexIan Bicking2005-11-181-0/+76