getLogs
Retrieves all log entries that have been recorded during the current transformation.
utlx
info("Processing started")
let result = map($input.items, (i) -> i.name)
info("Processing complete")
{
result: result,
logs: getLogs()
}