Looking at OpenWhisk samples, it seems like JavaScript-based actions can use console.log()
to report log information that would be collected and accessible through the activation API.
However, it is not clear how to report logs from Java-based or Docker-based actions.