Skip to main content

vercel logs CLI command now optimized for agents with historical log querying

By Steven Van ·

The command now filters historical logs by project, deployment ID, request ID, or free text, and defaults to your current git branch.

The Vercel CLI's vercel logs command has been rebuilt with more powerful querying, designed with agent workflows in mind. It can now query historical logs across projects and filter by criteria such as project, deployment ID, request ID, or arbitrary search strings.

Run from a project directory, the command now uses git context by default, automatically scoping logs to the current repository and branch so issues can be debugged without manually specifying project details. Full details are in the vercel logs documentation.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read vercel logs CLI command now optimized for agents with historical log querying on Creators Toolbox