Mario Pabon
10/09/2024, 3:03 PMMarvin
10/09/2024, 3:04 PMworker
logs, as they might have additional information.
- More information can be found in the troubleshooting cloud guide.
If you're still not seeing stack traces as needed, consider configuring your Prefect logger directly within your flow to ensure detailed logs.
If these suggestions do not help, please specify your current Prefect version, and we can look further into it or explore any recent GitHub issues or updates that might be relevant.Mario Pabon
10/09/2024, 3:09 PMMarvin
10/09/2024, 3:10 PMDEBUG
or more verbose logs, as stack traces are typically included in these logs. You might need to configure the logger within your flow to make sure it's capturing everything you need.
2. Inspect Worker Logs: Sometimes, stack traces might not appear directly in flow logs but can be found in worker logs. Make sure to inspect these logs if the flow logs are not providing enough detail.
3. Prefect Cloud Logs: If you are using Prefect Cloud, check the logs available in the dashboard. Prefect Cloud often provides more detailed logs, including stack traces.
You can refer to Prefect's troubleshooting information for more guidance here.
If adjusting the logging settings doesn't resolve the issue or you need more specific implementation instructions, please let me know!