summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAymeric Ducroquetz <aymeric.ducroquetz@ovhcloud.com>2022-06-20 18:13:33 +0200
committerTim Burke <tim.burke@gmail.com>2022-06-22 10:45:01 -0700
commit1831658b338d628f18a2e3357e7b7f5d34ec79df (patch)
treea92c3592b66fda0864692cfb29c846352d944b47 /doc
parent26b2425ab88ef8d038183d7db58533c08986638d (diff)
downloadswift-1831658b338d628f18a2e3357e7b7f5d34ec79df.tar.gz
proxy-logging: Allow to add domain in log messages
Change-Id: Id441688aac1088041e243b8ee70710d9c5d7911b
Diffstat (limited to 'doc')
-rw-r--r--doc/source/logs.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/logs.rst b/doc/source/logs.rst
index e70de1f8e..d7a64a802 100644
--- a/doc/source/logs.rst
+++ b/doc/source/logs.rst
@@ -59,6 +59,7 @@ remote_addr The IP address of the other end of the TCP connection.
(anonymizable)
end_time Timestamp of the request. (timestamp)
method The HTTP verb in the request.
+domain The domain in the request. (anonymizable)
path The path portion of the request. (anonymizable)
protocol The transport protocol used (currently one of http or
https).