mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
DOC: config: Fix log-format example with last rule expressions
%[] were missing.
This commit is contained in:
parent
fa17a50c62
commit
0f7f695b8f
@ -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…
x
Reference in New Issue
Block a user