I am running a few cloud functions now and want to see the payload (POST body) of the request that is handled by my cloud function.
The activation log "only" shows the response.
https://console.bluemix.net/openwhisk/dashboard
Should I log it myself in Java code of is there an option in the CLI to get this data ?