我如何检查Openwhisk被调用?

我有一个Web应用程序将数据上传到一个Cloudant数据库。 更改事件应触发OpenWhisk激活或操作。 如何检查OpenWhisk是否被调用,是否有debugging机制? 我试过使用仪表板,但有什么我可以在命令行上使用?

我正在尝试node.js和Docker操作,所以如果解决scheme与node.js,Swift或Docker容器中的操作无关,那将是非常好的。

我在OpenWhisk文档中find它:

wsk activation poll 

做的伎俩。 它将激活日志stream式传输到我的shell中:

 wsk activation poll Hit Ctrl-C to exit. Polling for logs Activation: echo (36e3d136f55d439e8e901b4d8b9dxxxx) Activation: wordCount (e001309b627c451991f477ab349cxxxx) 2016-03-18T15:10:38.529050288Z stdout: The message 'John says hello to OpenWhisk and the wonderful world of Cloud Computing' has 12 words