GuideReference
TrainingSupportCommunity
Reference

log_​custom

  • Property Manager name: Log Custom Details
  • Behavior version: The v2023-01-05 rule format supports the log_​custom behavior v1.1.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

Logs custom details from the origin response in the Log Delivery Service report.

OptionTypeDescriptionRequires
log​Custom​Log​Fieldboolean

Whether to append additional custom data to each log line.

{"displayType":"boolean","tag":"input","type":"checkbox"}
custom_​log_​fieldstring (allows variables)

Specifies an additional data field to append to each log line, maximum 40 bytes, typically based on a dynamically generated built-in system variable. For example, round-trip: {{builtin.​AK_​CLIENT_​TURNAROUND_​TIME}}ms logs the total time to complete the response. See Support for variables for more information. Since this option can specify both a request and response, it overrides any custom_​log_​field settings in the report behavior.

log​Custom​Log​Field is true
{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"log_​customLogField","op":"eq","value":true}}