log request and response body

I've deployed a proxy and i am trying to log the request and response body (all of them, all the time)
I've tried some solutions i found (using AssignMessage and MessageLogging) but I can't see the body in the log (using the log explorer)

Where can I find detailed instructions for implementation?

0 1 182
1 REPLY 1

Just to make sure we're on the same page, what documentation are you following?

In guess you're following this one but let me know if that is not correct. There are a few things that might've led to you not being able to log that information onto log explorer.

- Do you have a license? if not, refer to this
- Correct variables? you can check them here
- Is it enabled === true? You might have it turned off
- If you're using <CloudLogging> you must have the API enabled

Hope this was helpful !