Fields
Sample data
This feature does not change the entity; it only writes a line to the log. The configuration below writes a message at Info level that includes the order id and customer email from the entity, for exampleProcessing order 1001 for sanne@example.com.
| Field | Value |
|---|---|
| Log level | Info |
| Log message | Processing order &{order.id} for &{customer.email} |