summaryrefslogtreecommitdiffstats
path: root/etc/proxy-server.conf-gluster
diff options
context:
space:
mode:
Diffstat (limited to 'etc/proxy-server.conf-gluster')
-rw-r--r--etc/proxy-server.conf-gluster10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/proxy-server.conf-gluster b/etc/proxy-server.conf-gluster
index 6179014..32182b9 100644
--- a/etc/proxy-server.conf-gluster
+++ b/etc/proxy-server.conf-gluster
@@ -5,11 +5,12 @@ user = root
workers = 1
[pipeline:main]
-pipeline = healthcheck cache proxy-server
+pipeline = catch_errors healthcheck proxy-logging cache 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,13 @@ 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
+access_log_level = WARN
+
[filter:healthcheck]
use = egg:swift#healthcheck