I’m learning Prefect and am testing deployments in the cloud. When I looked to see the log output for a flow, I can see the flow-level logs, but not the task-level logs.
I have just one Task Run - log_task-0, and it says “This run didn’t generate logs”.
However, in the console where I ran the agent, I see the following Task logs:
The logs do appear in the local Prefect UI if I run the deployment locally.
What do I need to do to get those logs to show up in Prefect Cloud so I can troubleshoot problems on the very remote chance that things don’t work perfectly the first time.