Skip to main content
Records every request the connection sends and every response it receives in the Alumio logs, so you can see exactly what went over the wire when you are debugging an integration. Each log entry captures the request method, URL and headers, the response status and headers, and how long the call took. How much of the request and response body is included depends on the formatter you choose.

Fields

Sample data

This plugin writes log entries rather than transforming data, so there is no before/after to show. The example below logs headers only by leaving the formatter unset, which is the recommended choice for most connections.
FieldValue
Formatter(empty: headers only)