Add proxy-logging to proxy-server pipeline
This change enables proxy server logging i.e. add proxy-logging (x2) to the proxy server pipeline and includes the proxy-logging filter to proxy-server.conf. Change-Id: I80ce0ae002eb58b420bddc253ca186d2147c2000
This commit is contained in:
parent
c304a06112
commit
69092f4931
@ -10,7 +10,7 @@ bind_ip = {{local-ipv4}}
|
||||
{{/haproxy}}
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = catch_errors healthcheck cache slo crossdomain tempurl formpost authtoken keystoneauth staticweb container-quotas account-quotas proxy-server
|
||||
pipeline = catch_errors healthcheck proxy-logging cache slo crossdomain tempurl formpost authtoken keystoneauth staticweb container-quotas account-quotas proxy-logging proxy-server
|
||||
|
||||
[filter:catch_errors]
|
||||
use = egg:swift#catch_errors
|
||||
@ -57,6 +57,9 @@ use = egg:swift#container_quotas
|
||||
[filter:account-quotas]
|
||||
use = egg:swift#account_quotas
|
||||
|
||||
[filter:proxy-logging]
|
||||
use = egg:swift#proxy_logging
|
||||
|
||||
[app:proxy-server]
|
||||
use = egg:swift#proxy
|
||||
account_autocreate = true
|
||||
|
Loading…
Reference in New Issue
Block a user