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?
cc @sarav_prakash @mk_aem21 @arunpatidar
Solved! Go to Solution.
Views
Replies
Total Likes
When Adobe IO action is hit, we get activation id in response header
Logs can be checked using the activation id. Please use the below command
wsk activation logs <activation ID>
When Adobe IO action is hit, we get activation id in response header
Logs can be checked using the activation id. Please use the below command
wsk activation logs <activation ID>
Thanks a lot @AMANATH_ULLAH for your quick help
Worked like a charm
It looks like you’re not able to view logs for your Adobe I/O runtime actions after triggering them from Postman. Here's what you might be missing:
Thanks a lot @AmitVishwakarma for your details response. Let me go through the steps.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies