- Property Manager name: Log Custom Details
- Behavior version: The
v2023-01-05
rule format supports thelog_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.
Option | Type | Description | Requires | |
---|---|---|---|---|
logCustomLogField | boolean | Whether to append additional custom data to each log line. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
custom_log_field | string (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, | logCustomLogField is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"log_customLogField","op":"eq","value":true}} |