summaryrefslogtreecommitdiff
path: root/swift/common/middleware/proxy_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Added logging of x-delete-at valuesgholt2013-06-131-1/+14
* Made colons quote-safe in logs; mainly for ipv6gholt2013-04-201-2/+4
* Adds first-byte latency timings for GET requests.Darrell Bishop2013-02-131-26/+57
* Merge "Make statsd sample rate behave better."Jenkins2013-02-131-0/+1
|\
| * Make statsd sample rate behave better.Darrell Bishop2013-01-191-0/+1
* | Use a doubled proxy-logging instead of each middleware handling itDavid Goetz2013-02-111-1/+24
* | Handle access_log_headers in proxy_loggingMotonobu Ichimura2013-01-281-1/+3
|/
* Move InputProxy to utilsJulien Danjou2012-12-201-41/+2
* Fix 500 on GET of many-segment manifest.Samuel Merritt2012-11-121-4/+0
* add OPTIONS to proxy_logging configs and docsJohn Dickinson2012-11-061-1/+1
* changed TRUE_VALUES references to utils.config_true_value() callJohn Dickinson2012-10-291-2/+2
* local WSGI Request and Response classesMichael Barton2012-09-281-2/+1
* Upating proxy-server StatsD logging.Darrell Bishop2012-08-291-14/+48
* Fixed proxy logging.gholt2012-08-011-1/+1
* Adapt Swift for WebOb 1.2Iryoung Jeong2012-07-151-2/+4
* add UDP protocol support for loggerKota Tsuyuzaki2012-06-271-1/+2
* Make proxy-logging more like eventlet.posthookgholt2012-06-131-0/+3
* Proxy logging content-length fixgholt2012-06-011-8/+27
* Move proxy server logging to middleware.Michael Barton2012-05-241-0/+189