2 min read

Logs

Use logs to find information on deployment builds, function executions, and more.
Table of Contents

Build Logs are available on all plans

Those with the owner, member, developer role can access this feature

When you deploy your website to Vercel, the platform generates build logs that show the deployment progress. The build logs contain information about:

  • The version of the build tools
  • Warnings or errors encountered during the build process
  • Details about the files and dependencies that were installed, compiled, or built during the deployment

Runtime Logs are available on all plans

Those with the owner, member, developer role can access this feature

Runtime logs allow you to search, inspect, and share your team's runtime logs at a project level. You can search runtime logs from the deployments section inside the Vercel dashboard. Your log data is retained for 3 days. For longer log storage, you can use Log Drains.

Activity Logs provide chronologically organized events on your personal or team account. You get an overview of changes to your environment variables, deployments, and more.

Audit Logs are available in Beta on Enterprise plans

Those with the owner role can access this feature

Audit Logs allow owners to track events performed by other team members. The feature helps you verify who accessed what, for what reason, and at what time. You can export up to 90 days of audit logs to a CSV file.

Log Drains are available in Beta on Pro and Enterprise plans

Log Drains allow you to export your log data, making it easier to debug and analyze. You can configure Log Drains through the Vercel dashboard or through one of our Log Drains integrations.

Last updated on May 20, 2024