mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-15 16:04:37 +00:00
DOC: config: fix error-log-format example
In commit 6f7497616
("MEDIUM: connection: rename fc_conn_err and
bc_conn_err to fc_err and bc_err"), fc_conn_err became fc_err, so
update this example.
This commit is contained in:
parent
de16008c29
commit
2b94973e0f
@ -21409,7 +21409,7 @@ would have passed through a successful stream, hence will be available as
|
||||
regular traffic log (see option httplog or option httpslog).
|
||||
|
||||
# detailed frontend connection error log
|
||||
error-log-format "%ci:%cp [%tr] %ft %ac/%fc %[fc_conn_err]/\
|
||||
error-log-format "%ci:%cp [%tr] %ft %ac/%fc %[fc_err]/\
|
||||
%[ssl_fc_err,hex]/%[ssl_c_err]/%[ssl_c_ca_err]/%[ssl_fc_is_resumed] \
|
||||
%[ssl_fc_sni]/%sslv/%sslc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user