Where can I find my logs on Vercel?

You can find logs on the Vercel dashboard for deployment builds, Serverless and Edge Function executions.

Build Logs

To access build logs, click the Build Logs button from the production deployment tile in the projects overview page.

Review Accessing Build Logs to learn what information is available in the logs, how to use them, how they work and how to save them for further analysis.

Runtime Logs

Runtime logs include all logs generated by Serverless and Edge Function invocations. These log results provide information about the output for your functions as well as the console.log output.

You can use the Logs tab on the Vercel dashboard to debug and analyze the information provided by the logs.

Review Runtime Logs to learn how to search, inspect, and share your runtime logs with the Logs tab.

Couldn't find the guide you need?