Hello, I have deployed mastra to the cloud successfully but it behaves much differently than it does locally. A few issues:
* Most times I cannot see anything by clicking "Logs" -- I either get a blank screen or an error that says "something went wrong"
* Even if I can see the logs, they are different than the logs I see when I run things locally -- only debug is included and nothing else
* I use watch via the mastra client, but it produces NO results so I don't have any information on the progress
* I am using Upstash logger, and do get some logs, but they mysteriously stop part way through my workflows
* I have no other logging information to go by
I suspect this probably has something to do with being on a low resource container, but none of that information is available to me, that I can see. I am otherwise not sure what I should do to diagnose this. I can't see any information on memory usage and can't even really see the full logs.
Thank you!