summaryrefslogtreecommitdiffstats
path: root/test/functional/conf/proxy-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/conf/proxy-server.conf')
-rw-r--r--test/functional/conf/proxy-server.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/functional/conf/proxy-server.conf b/test/functional/conf/proxy-server.conf
index 54b9814..4b422f4 100644
--- a/test/functional/conf/proxy-server.conf
+++ b/test/functional/conf/proxy-server.conf
@@ -5,11 +5,12 @@ user = root
workers = 1
[pipeline:main]
-pipeline = healthcheck cache tempauth proxy-server
+pipeline = catch_errors healthcheck proxy-logging cache tempauth proxy-logging proxy-server
[app:proxy-server]
use = egg:gluster_swift#proxy
log_facility = LOG_LOCAL1
+log_level = WARN
# The API allows for account creation and deletion, but since Gluster/Swift
# automounts a Gluster volume for a given account, there is no way to create
# or delete an account. So leave this off.
@@ -43,6 +44,12 @@ object_chunk_size = 65536
# for object_chunk_size.
put_queue_depth = 10
+[filter:catch_errors]
+use = egg:swift#catch_errors
+
+[filter:proxy-logging]
+use = egg:swift#proxy_logging
+
[filter:healthcheck]
use = egg:swift#healthcheck