Log objects
Log objects are useful for recording information for later reference. They have no side-effects. Carefully chosen log objects can massively simplify post-hoc debugging, especially (as we've found) when investigating merchant bug reports.
A log object is a plain JSON object, having the following structure:
{
"log": LOG_DETAILS
}
The log details can be any JSON value.
Log objects appear wherever task run results are visible, including the task preview and when viewing an event.

A log object visible in a task preview

A log object visible in a task run's result
Last modified 5mo ago