mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-25 02:32:14 -04:00
DOC: config: Fix log-format example with last rule expressions
%[] were missing.
This commit is contained in:
parent
fa17a50c62
commit
0f7f695b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -1031,7 +1031,7 @@ The variables in question are the following:
|
|||
|
||||
Example:
|
||||
# Add the rule that gave the final verdict to the log
|
||||
log-format "${HAPROXY_TCP_LOG_FMT} lr=last_rule_file:last_rule_line"
|
||||
log-format "${HAPROXY_TCP_LOG_FMT} lr=%[last_rule_file]:%[last_rule_line]"
|
||||
|
||||
* HAPROXY_HTTPS_LOG_FMT: similar to HAPROXY_HTTP_LOG_FMT but for HTTPS log
|
||||
format as defined in section 8.2.4 "HTTPS log format".
|
||||
|
|
|
|||
Loading…
Reference in a new issue