summaryrefslogtreecommitdiffstats
path: root/test/functional/conf/proxy-server.conf
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-07-29 15:17:33 -0400
committerLuis Pabon <lpabon@redhat.com>2013-08-06 11:39:24 -0700
commit3b8610ee01066232eb52393e70d614f504719c30 (patch)
tree27eb498699730801f35772e4b1117d96572afe3e /test/functional/conf/proxy-server.conf
parent9e6fbbcee91105ea8e5fa67a86b4b5d3054e32aa (diff)
Update logging on conf files
BUG 989406: https://bugzilla.redhat.com/show_bug.cgi?id=989406 Change-Id: I777845ec57f9f6fc6aed87de7bea5f01bb69f7c3 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5419 Reviewed-on: http://review.gluster.org/5506
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