Add a second proxy-logging middleware entry to swift-proxy

Its absence results in swift using up all the memory available to it when
certain objects are requested, we are not sure exactly what triggers the
problem but we know this fixes it.

Change-Id: Ie4eeaaa83c4e0a181559af639fc13e7fc4939480
Closes-Bug: #1595916
This commit is contained in:
Derek Higgins 2016-07-01 17:19:51 +01:00
parent 1ffeb4b1b6
commit 0b42b6df23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ swift::ringbuilder::replicas: 1
swift::proxy::pipeline:
- 'catch_errors'
- 'healthcheck'
- 'proxy-logging'
- 'cache'
- 'ratelimit'
- 'bulk'