Riya Sinha
01/19/2025, 9:28 AMMarvin
01/19/2025, 9:28 AMlogfilterflowrunid
or the client.get_logs
functionality in the Prefect 3.x documentation. However, I found some relevant links and general context around Prefect's logging and flow management:
1. Audit Logs in Prefect Cloud: Prefect Cloud offers audit logs to monitor user access and activity, providing a chronological record of actions within your account. This includes user login activity, workspace creation, and more. You can view and filter these logs for compliance and security purposes. Audit Logs Documentation
2. Flow Management: The Prefect API provides various capabilities for managing flows and tasks, including reading flow runs and creating subflow runs. You can explore the flow engine source code for more insights.
3. Prefect API Overview: Prefect's top-level API includes functions like get_client
, which might be used to interact with logs, but specific documentation on client.get_logs
is not directly available. You can explore the Prefect API for more details.
If you have more specific needs or contexts, feel free to ask, and I'll do my best to assist you further!