Customize how log data is stored.

Hierarchy

  • Logs

Indexable

[k: string]: unknown

Properties

custom_field?: string
custom_log_field_format?: string

Determines the value that will be assigned to RTLD’s custom log field. Add a request header's value using this syntax: %{<REQUEST HEADER>}i (e.g., %{Accept-Encoding}i). Add a response header's value using this syntax: %{<RESPONSE HEADER>}o (e.g., %{Content-Type}o).

log_query_string?: boolean

Determines whether a query string will be stored along with the URL in access logs. This feature does not apply to requests whose URL does not contain a query string.

mask_client_subnet?: boolean

Masks the client’s subnet for logging and reporting purposes.

Generated using TypeDoc