<@ULVA73B9P> why cant i see task run logs in ui. I...
# ask-marvin
s
@Marvin why cant i see task run logs in ui. I only see flow logs
m
It appears you're having trouble seeing task run logs in the Prefect UI, which is a common issue. Here are a few things you might consider checking: 1. Log Level Configuration: Ensure that the log level is set appropriately for tasks. If the log level is too high, task logs might not be captured. You can configure this in your Prefect settings. 2. Task Logging: Verify that your tasks are set up to log information. If you haven't explicitly added logging to your tasks, there might not be much to display. 3. Backend Configuration: If you're using a self-hosted Prefect server, ensure that it's configured correctly to store and display logs. The Prefect Cloud setup usually handles this automatically. 4. UI Settings: Sometimes, the UI settings might filter out task logs. Check if there are any filters applied that might hide task logs. For more detailed instructions or troubleshooting, you might want to refer to the Prefect documentation or check your setup against the Prefect GitHub repository for any known issues or updates.