logs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Vercel Logs

Vercel 日志

List Deployments

列出部署记录

bash
vercel ls
bash
vercel ls

View Logs

查看日志

bash
vercel logs <deployment-url>
Follow logs in real-time:
bash
vercel logs <deployment-url> --follow
bash
vercel logs <deployment-url>
实时跟踪日志:
bash
vercel logs <deployment-url> --follow

Analyze

分析

  • Look for errors or warnings
  • Check for failed function invocations
  • Identify build failures
  • 查找错误或警告信息
  • 检查失败的函数调用
  • 识别构建失败原因