From 3b8610ee01066232eb52393e70d614f504719c30 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Mon, 29 Jul 2013 15:17:33 -0400 Subject: Update logging on conf files BUG 989406: https://bugzilla.redhat.com/show_bug.cgi?id=989406 Change-Id: I777845ec57f9f6fc6aed87de7bea5f01bb69f7c3 Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/5419 Reviewed-on: http://review.gluster.org/5506 --- test/functional/conf/proxy-server.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/functional/conf/proxy-server.conf') 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 -- cgit