Redesigned search and filtering for runtime logs
Vercel redesigns its Runtime Logs search bar with structured filter pills, live suggestions from log data, per-project query history, and real-time validation.
The Runtime Logs search bar in your project dashboard has been redesigned to make filtering and exploring your logs faster and more intuitive. These improvements are available now in your project dashboard. Learn more about .runtime logs Read more When you type a filter like or , the search bar parses it into a visual pill you can read at a glance and remove with a click. Complex queries with multiple filters become easy to scan and edit without retyping anythingStructured filters.level:errorstatus:500 As you type, the search bar suggests filter values based on your actual log data.
Recent queries are saved per-project and appear at the top, so you can rerun common searches without retyping themSmarter suggestions. The search bar validates your filters as you type and flags errors with a tooltip so you can fix typos before running a search. Pasting a Vercel Request ID automatically converts it into a filterBetter input handling.