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
(cherry picked from commit 0b42b6df23)
This commit is contained in:
Derek Higgins 2016-07-01 17:19:51 +01:00
parent beb1310259
commit 893d20dc11
1 changed files with 1 additions and 0 deletions

View File

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