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?