


Hello,
I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/
I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run aio app logs --tail -v and then I am invoking my action using postman passing X-OW-EXTRA-LOGGING header set to on but I can not see any logs in the console.
Is that expected? How can I access the logs of the deployed action?
Views
Replies
Sign in to like this content
Total Likes
Hi Bartek,
Did you add any authentication header when calling the action?
My first guess would be that you are trying to call the action but get an authentication error. Try to view the logs of the individual activation's.
aio rt activation list
and then
aio rt activation log <activation_id>
There should be one related to the authentication and one related to your action. Maybe share your list with us so we can be of better assistance.
Regards,
Views
Replies
Sign in to like this content
Total Likes