Structs§
Enums§
- Format
Version - The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in
vcl_log
ifformat_version
is set to2
and invcl_deliver
ifformat_version
is set to1
. - Placement
- Where in the generated VCL the logging call should be placed. If not set, endpoints with
format_version
of 2 are placed invcl_log
and those withformat_version
of 1 are placed invcl_deliver
.