← Back
Vercel
Vercel redesigns runtime logs search with structured filters and smart suggestions
Vercel · featureplatform · vercel.com ↗

Improved Log Filtering Experience

Vercel has redesigned the Runtime Logs search bar in the project dashboard to streamline log exploration and filtering. The update focuses on making complex queries more manageable and intuitive for developers working with production logs.

Key Features

Structured Filters: Queries like level:error or status:500 are now parsed into visual pills that display at a glance. Each filter can be easily removed with a single click, making it simple to edit and refine searches without retyping entire queries.

Smarter Suggestions: The search bar now provides intelligent suggestions as you type, pulling filter values from your actual log data. Recent queries are automatically saved per-project and displayed at the top for quick access to commonly run searches.

Better Input Handling: Real-time validation flags typos and errors with helpful tooltips before you execute a search. The search bar also recognizes Vercel Request IDs and automatically converts them into filters for faster debugging.

These improvements are available immediately in your project dashboard and should help reduce friction when diagnosing issues with your deployed applications. See the runtime logs documentation for more details.