mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
DOC: config: Use the right alias for %B
In custom log format part, %[req.bytes_in] was erroneously documented as the alias of %B. The good alias is %[res.bytes_in]. It is now fixed. This patch must be backported to 3.3.
This commit is contained in:
parent
50fb37e5fe
commit
97a63835af
1 changed files with 1 additions and 1 deletions
|
|
@ -28746,7 +28746,7 @@ Please refer to the table below for currently defined aliases :
|
|||
| Others |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
| | %B | bytes_read (from server to client) | numeric |
|
||||
| | | %[req.bytes_in] | |
|
||||
| | | %[res.bytes_in] | |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
| H | %CC | captured_request_cookie | string |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
|
|
|
|||
Loading…
Reference in a new issue