So I need to be able to see the logs for each decider and activity start with what it was given and how it failed, etc
I am familiar with THIS document but that only allows mw to see registrations and deprecations, I need the internals to be logged and to be able to see them... I am using Ruby and the flow framework. I have scoured the docs and cannot find anything.... Can anyone help me?
Once again, after many MANY hours of searching and scouring the source code, I appear to have answered my own question. You need to pass in a logger when you run an activity or decider as follows:
You can also provide it as part of the AWS module while configuring the SDK.