/[packages]/cauldron/openstack-swift/current/SOURCES/object-expirer.conf
ViewVC logotype

Contents of /cauldron/openstack-swift/current/SOURCES/object-expirer.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 398225 - (show annotations) (download)
Wed Feb 13 16:35:55 2013 UTC (11 years, 2 months ago) by neoclust
File size: 1050 byte(s)
New version
1 [DEFAULT]
2 # swift_dir = /etc/swift
3 # user = swift
4 # You can specify default log routing here if you want:
5 # log_name = swift
6 # log_facility = LOG_LOCAL0
7 # log_level = INFO
8 # log_address = /dev/log
9 # comma separated list of functions to call to setup custom log handlers.
10 # functions get passed: conf, name, log_to_console, log_route, fmt, logger,
11 # adapted_logger
12 # log_custom_handlers =
13 # If set, log_udp_host will override log_address
14 # log_udp_host =
15 # log_udp_port = 514
16 # You can enable StatsD logging here:
17 # log_statsd_host = localhost
18 # log_statsd_port = 8125
19 # log_statsd_default_sample_rate = 1
20 # log_statsd_metric_prefix =
21
22 [object-expirer]
23 # interval = 300
24 # auto_create_account_prefix = .
25 # report_interval = 300
26
27 [pipeline:main]
28 pipeline = catch_errors cache proxy-server
29
30 [app:proxy-server]
31 use = egg:swift#proxy
32 # See proxy-server.conf-sample for options
33
34 [filter:cache]
35 use = egg:swift#memcache
36 # See proxy-server.conf-sample for options
37
38 [filter:catch_errors]
39 use = egg:swift#catch_errors
40 # See proxy-server.conf-sample for options

  ViewVC Help
Powered by ViewVC 1.1.30