Rewrites and redirects now available in runtime logs

Published: (December 5, 2025 at 08:00 AM EST)
1 min read

Source: Vercel Blog

Update

Vercel users can now view requests that make rewrites or redirects directly in the Vercel dashboard in runtime logs.

By default, these requests are filtered out on the Runtime Logs page. To view these requests on the Logs page, you can filter for Rewrites or Redirects in the Resource dropdown.

Back to Blog

Related posts

Read more »

Introducing Platform Elements

As part of the new product, you can now use a set of prebuilt UI blocks and actions to add functionality directly to your application.Vercel for Platforms of pr...

Functions And Arrow Functions

What are functions? If we want to put it in simple words, they are one of the main building blocks of JavaScript. They are used to organize your code into smal...