github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/saio/container/etc/swift/container-reconciler.conf (about) 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 # 10 # comma separated list of functions to call to setup custom log handlers. 11 # functions get passed: conf, name, log_to_console, log_route, fmt, logger, 12 # adapted_logger 13 # log_custom_handlers = 14 # 15 # If set, log_udp_host will override log_address 16 # log_udp_host = 17 # log_udp_port = 514 18 # 19 # You can enable StatsD logging here: 20 # log_statsd_host = 21 # log_statsd_port = 8125 22 # log_statsd_default_sample_rate = 1.0 23 # log_statsd_sample_rate_factor = 1.0 24 # log_statsd_metric_prefix = 25 26 [container-reconciler] 27 # reclaim_age = 604800 28 # interval = 300 29 # request_tries = 3 30 31 [pipeline:main] 32 pipeline = catch_errors proxy-logging cache proxy-server 33 34 [app:proxy-server] 35 use = egg:swift#proxy 36 # See proxy-server.conf-sample for options 37 38 [filter:cache] 39 use = egg:swift#memcache 40 # See proxy-server.conf-sample for options 41 42 [filter:proxy-logging] 43 use = egg:swift#proxy_logging 44 45 [filter:catch_errors] 46 use = egg:swift#catch_errors 47 # See proxy-server.conf-sample for options