github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/saio/container/etc/swift/object-expirer.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 = object-expirer 6 log_facility = LOG_LOCAL6 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 [object-expirer] 27 interval = 300 28 # auto_create_account_prefix = . 29 # report_interval = 300 30 # concurrency is the level of concurrency o use to do the work, this value 31 # must be set to at least 1 32 # concurrency = 1 33 # processes is how many parts to divide the work into, one part per process 34 # that will be doing the work 35 # processes set 0 means that a single process will be doing all the work 36 # processes can also be specified on the command line and will override the 37 # config value 38 # processes = 0 39 # process is which of the parts a particular process will work on 40 # process can also be specified on the command line and will override the config 41 # value 42 # process is "zero based", if you want to use 3 processes, you should run 43 # processes with process set to 0, 1, and 2 44 # process = 0 45 46 [pipeline:main] 47 pipeline = catch_errors cache proxy-server 48 49 [app:proxy-server] 50 use = egg:swift#proxy 51 # See proxy-server.conf-sample for options 52 53 [filter:cache] 54 use = egg:swift#memcache 55 # See proxy-server.conf-sample for options 56 57 [filter:catch_errors] 58 use = egg:swift#catch_errors 59 # See proxy-server.conf-sample for options