This is an automated email from the ASF dual-hosted git repository.

lserris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 69466fd6ca Remove misleading log statement (#12162)
69466fd6ca is described below

commit 69466fd6caf13f9ffdc90a33e1affd6cf1fead1c
Author: Serris Lew <[email protected]>
AuthorDate: Mon Apr 14 13:46:58 2025 -0700

    Remove misleading log statement (#12162)
    
    * Remove misleading log statement
    
    * Use peer to clarify
    
    ---------
    
    Co-authored-by: Serris Lew <[email protected]>
---
 doc/admin-guide/logging/formatting.en.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/admin-guide/logging/formatting.en.rst 
b/doc/admin-guide/logging/formatting.en.rst
index 5e06b1ddbe..a3ff952f94 100644
--- a/doc/admin-guide/logging/formatting.en.rst
+++ b/doc/admin-guide/logging/formatting.en.rst
@@ -494,7 +494,8 @@ incoming/outgoing ports, and network interfaces used during 
transactions.
 Field Source         Description
 ===== ============== ==========================================================
 chi   Client         IP address of the client's host. If :ref:`Proxy Protocol 
<proxy-protocol>`
-                     is used, this represents the IP address of the previous 
hop.
+                     is used, this represents the IP address of the peer, 
rather than
+                     the client IP behind the peer.
 chih  Client         IP address of the client's host, in hexadecimal.
 hii   Proxy          IP address for the proxy's incoming interface (to which
                      the client connected).

Reply via email to