Not getting the Adobe IO runtime action logs
I have created the Adobe IO runtime project by creating necessary actions. I ran the command:
aio app build
aio app deploy
Got the Adobe IO runtime URL as well. Able to hit the API from postman. Got the response too.
Added console.log statements in my action files .Now, I want to check the logs details.
Here, I am facing the issue:
1: Not able to see my actions in the developer.adobe portal. Not an issue, since I can see the details if I run the command: aio runtime action list
2: After hitting the Adobe IO runtime api from postman, when I run the command: wsk activation list, I am not able to see any log files.
May i know, what I am missing?