How can I get/enable execution logs like this in OpenRPA?
This has been covered a few times before, here is one of the posts.
https://discourse.openiap.io/t/can-we-see-openrpa-logs-in-openflow/129/3
If you want to upgrade to a licensed version of OpenCore, you can also get central logging using Loki:
Is there any way to do it without node red or without upgrading to a licensed version?
Node-RED is still code. You can do what is done in Node-RED from any of the supported programming languages. There are a few examples on the forum; here is one:
Then you parse each message you receive in the queue, and one of those types will contain the console output.
