How to Log API Requests and Responses

In Membrane, requests and responses can be logged using the log element.

Ingredients

Configuration

<api port="2000">
    <log headerOnly="false"/>
    <target url="https://api.predic8.de/shop/v2/" />
</api>

Resources

log Examples Documentation