Method: Fastly::LoggingPapertrailResponse#format_version

Defined in:
lib/fastly/models/logging_papertrail_response.rb

#format_versionObject

The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in ‘vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`.



29
30
31
# File 'lib/fastly/models/logging_papertrail_response.rb', line 29

def format_version
  @format_version
end