summaryrefslogtreecommitdiffstats
path: root/test/functional_auth/common_conf/object-expirer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional_auth/common_conf/object-expirer.conf')
-rw-r--r--test/functional_auth/common_conf/object-expirer.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/functional_auth/common_conf/object-expirer.conf b/test/functional_auth/common_conf/object-expirer.conf
index 4449ee2..971367b 100644
--- a/test/functional_auth/common_conf/object-expirer.conf
+++ b/test/functional_auth/common_conf/object-expirer.conf
@@ -2,6 +2,7 @@
#For now, refer: https://github.com/openstack/swift/blob/master/etc/object-expirer.conf-sample
[DEFAULT]
+devices = /mnt/gluster-object
[object-expirer]
user = root
@@ -15,13 +16,18 @@ expiring_objects_account_name = expiring
interval = 30
[pipeline:main]
-pipeline = catch_errors cache proxy-server
+pipeline = catch_errors cache proxy-logging proxy-server
[app:proxy-server]
use = egg:gluster_swift#proxy
+log_facility = LOG_LOCAL1
+log_level = DEBUG
[filter:cache]
use = egg:swift#memcache
[filter:catch_errors]
use = egg:swift#catch_errors
+
+[filter:proxy-logging]
+use = egg:swift#proxy_logging