Vercel

Vercel Introduces Log Filtering for Workflow Runs to Improve Observability


Executive Summary

Vercel has launched workflow run log filtering, a new feature designed to enhance observability for developers. The update consolidates all logs from a specific workflow run into a single, unified view within the existing Vercel Logs dashboard. Users can now directly access and filter these logs by Workflow Run ID and Step ID, significantly simplifying the process of debugging complex, multi-step operations.

Key Takeaways

* Unified Log View: Consolidates all logs for a specific workflow run into one place, removing the need to piece them together from individual requests.

* Direct Access: A new "View Logs" button on the workflow run details page takes users directly to the filtered logs.

* Granular Filtering: Allows users to filter logs by both "Workflow Run ID" and "Workflow Step ID" for precise debugging.

* Enhanced Observability: Complements existing workflow observability features like step progression, payloads, outputs, and performance metrics.

* Availability: The feature is now generally available on the Vercel platform.

Strategic Importance

This update streamlines the debugging and monitoring process for stateful applications, making the Vercel platform more robust and developer-friendly for building complex, multi-step workflows.

Original article