Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 771 Bytes

LoggingPlacement.md

File metadata and controls

12 lines (7 loc) · 771 Bytes

LoggingPlacement

Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver.

Properties

Name Type Description Notes
value str Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver. must be one of ["none", "waf_debug", "null", ]

[Back to Model list] [Back to API list] [Back to README]