mango009 opened a new issue, #5211:
URL: https://github.com/apache/openwhisk/issues/5211
Hi, sorry but I cannot find solution on the web for this problem. I'm using
console.log in my node.js action as follows:
```
async function main(params) {
console.log('incoming request params:', params);
return {
headers: {
'Content-Type': 'application/json'
},
body: params,
statusCode: 200
}
}
```
But I cannot find the output of `console.log` if I use `wsk -I activation
logs <ID>` (even when the function failed). It always comes back as blank.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]