I'm testing a microflow where I submit a file using the POST java function as form-data.
For debug purposes i would like to see what form-data is send in the request, but the RestConsume logging only shows the request without the data.
Is there a way to get this data in the logging?