Update doc about force_swift_request_proxy_log
Change-Id: Ibd227183d5e98ec0ffcafee8f4ddf4e8f941b3e4
This commit is contained in:
		| @@ -96,8 +96,14 @@ use = egg:swift3#swift3 | |||||||
| # If you set this to false, Swift3 returns all buckets. | # If you set this to false, Swift3 returns all buckets. | ||||||
| # check_bucket_owner = false | # check_bucket_owner = false | ||||||
| # | # | ||||||
| # If set to 'true', proxy-logging output access log from Swift3 to | # In default, Swift reports only S3 style access log. | ||||||
| # proxy-server. | # (e.g. PUT /bucket/object) If set force_swift_request_proxy_log | ||||||
|  | # to be 'true', Swift will become to output Swift style log | ||||||
|  | # (e.g. PUT /v1/account/container/object) in addition to S3 style log. | ||||||
|  | # Note that they will be reported twice (i.e. Swift3 doesn't care about | ||||||
|  | # the duplication) and Swift style log will includes also various subrequests | ||||||
|  | # to achieve S3 compatibilities when force_swift_request_proxy_log is set to | ||||||
|  | # 'true' | ||||||
| # force_swift_request_proxy_log = false | # force_swift_request_proxy_log = false | ||||||
|  |  | ||||||
| [filter:catch_errors] | [filter:catch_errors] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kota Tsuyuzaki
					Kota Tsuyuzaki