44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[DEFAULT]
 | 
						|
# swift_dir = /etc/swift
 | 
						|
# user = swift
 | 
						|
# You can specify default log routing here if you want:
 | 
						|
# log_name = swift
 | 
						|
# log_facility = LOG_LOCAL0
 | 
						|
# log_level = INFO
 | 
						|
# log_address = /dev/log
 | 
						|
#
 | 
						|
# comma separated list of functions to call to setup custom log handlers.
 | 
						|
# functions get passed: conf, name, log_to_console, log_route, fmt, logger,
 | 
						|
# adapted_logger
 | 
						|
# log_custom_handlers =
 | 
						|
#
 | 
						|
# If set, log_udp_host will override log_address
 | 
						|
# log_udp_host =
 | 
						|
# log_udp_port = 514
 | 
						|
#
 | 
						|
# You can enable StatsD logging here:
 | 
						|
# log_statsd_host =
 | 
						|
# log_statsd_port = 8125
 | 
						|
# log_statsd_default_sample_rate = 1.0
 | 
						|
# log_statsd_sample_rate_factor = 1.0
 | 
						|
# log_statsd_metric_prefix =
 | 
						|
 | 
						|
[pipeline:main]
 | 
						|
pipeline = catch_errors proxy-logging cache proxy-server
 | 
						|
 | 
						|
[app:proxy-server]
 | 
						|
use = egg:swift#proxy
 | 
						|
account_autocreate = true
 | 
						|
# See proxy-server.conf-sample for options
 | 
						|
 | 
						|
[filter:cache]
 | 
						|
use = egg:swift#memcache
 | 
						|
# See proxy-server.conf-sample for options
 | 
						|
 | 
						|
[filter:proxy-logging]
 | 
						|
use = egg:swift#proxy_logging
 | 
						|
 | 
						|
[filter:catch_errors]
 | 
						|
use = egg:swift#catch_errors
 | 
						|
# See proxy-server.conf-sample for options
 |