- Property Manager name: Log Custom Details
- Behavior version: The
v2024-08-13
rule format supports thelogCustom
behavior v1.1. - Rule format status: Deprecated, outdated rule format
- 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"} | |
customLogField | string (allows variables) | Specifies an additional data field to append to each log line, maximum 1000 bytes, typically based on a dynamically generated built-in system variable. For example, | logCustomLogField is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"logCustomLogField","op":"eq","value":true}} |