Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenWhisk のサンプルを見ると、JavaScript ベースのアクションを使用console.log()して、アクティベーション API を介して収集およびアクセスできるログ情報を報告できるようです。
console.log()
ただし、Java ベースまたは Docker ベースのアクションからログを報告する方法は明確ではありません。