logs
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVercel Logs
Vercel 日志
List Deployments
列出部署记录
bash
vercel lsbash
vercel lsView Logs
查看日志
bash
vercel logs <deployment-url>Follow logs in real-time:
bash
vercel logs <deployment-url> --followbash
vercel logs <deployment-url>实时跟踪日志:
bash
vercel logs <deployment-url> --followAnalyze
分析
- Look for errors or warnings
- Check for failed function invocations
- Identify build failures
- 查找错误或警告信息
- 检查失败的函数调用
- 识别构建失败原因