since my latest update I can't see any logs of my actions - but they are working as expected in local environment. I hope I can provide enough information so somebody might see what I'm doing wrong ...1) local environment, running "aio app run --local" and invoking an action shows me some log entrie...
@duypnguyen great to know! and yes, TTL is really needed since I intend to have a expiry (currently set by string in filename and manual cleanup) - so TTL is the way to go!
I have custom vars which I want to have access to in all actions. means any other solution than manually add them to all action params in the manifest.yml and the access the custom vars within the action.
is there an option to access the results from the CORE logger from within an action? Basically access the data which can be fetched from console using "aio rt activation list/get" but within an action. Idea is to have an UI which displays the log results.Currently I have written my own logger which ...
@duypnguyen here are some screenshots from my current app development:1) see all files within aio-lib-files with option to see/edit the content as well as delete files (download-option will follow)2) screenshot to edit the file content
currently I have built both UI and actions to manage all aio-lib-files (read/edit/delete files from UI - let me know if you want a screenshot). and I would love to have something similar for states - just to see what values I have from the UI, maybe change the data ...