---
title: Debug and Troubleshoot Logs with Vercel and Sematext
description: Automatically send all Vercel logs to Sematext to understand how your application is running.
url: /kb/guide/debugging-and-troubleshooting-vercel-logs-with-sematext
canonical_url: "https://vercel.com/kb/guide/debugging-and-troubleshooting-vercel-logs-with-sematext"
published: 2025-11-03
last_updated: 2025-11-10
authors: Lee Robinson
related: []
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [Logs](https://vercel.com/docs/logs?from=related) — Use logs to find information on deployment builds, function executions, and more.
- [Accessing Build Logs](https://vercel.com/docs/deployments/logs?from=related) — Learn how to use Vercel's build logs to monitor the progress of building or running your deployment, and check for possi
- [Drain Audit Logs to Datadog](https://vercel.com/docs/drains/audit-logs-to-datadog?from=related) — Learn how to forward Vercel Audit Log Drain events to Datadog using the Datadog Logs API.
- [Overview](https://vercel.com/docs/integrations?from=related) — Learn how to extend Vercel's capabilities by integrating with your preferred providers for AI, databases, headless conte
- [Install an Integration](https://vercel.com/docs/integrations/install-an-integration?from=related) — Learn how to pair Vercel's functionality with a third-party service to streamline observability, integrate with testing
- [How do I store logs on Vercel?](https://vercel.com/kb/guide/how-do-i-store-logs-on-vercel?from=related) — Learn how to store logs on Vercel.
- [Monitor Frontend Performance with DebugBear and Vercel](https://vercel.com/kb/guide/monitor-frontend-performance-with-debugbear-and-vercel?from=related) — Automatically test each Vercel deployment and report performance changes to GitHub.
- [Debug routing on Vercel](https://vercel.com/kb/guide/debug-routing-on-vercel?from=related) — Learn how to debug how Vercel decides where to route your request
- [Add structured application logs to Vercel Functions](https://vercel.com/kb/guide/add-structured-application-logs-to-vercel-functions?from=related) — Learn how to add structured application logs to Vercel Functions to help troubleshoot function issues in real time.
- [Integrating AWS Secrets Manager with Vercel Using Terraform](https://vercel.com/kb/guide/integrating_aws_secrets_manager_with_vercel_using_terraform?from=related) — Learn how to seamlessly integrate AWS Secrets Manager with Vercel for enhanced security and efficiency in your web deplo

Full cross-link map for this page: [/kb/guide/debugging-and-troubleshooting-vercel-logs-with-sematext.graph.md](/kb/guide/debugging-and-troubleshooting-vercel-logs-with-sematext.graph.md)
<!-- /docsgraph:related -->


[Sematext Cloud](https://sematext.com/) is a full-stack observability platform that helps developers keep track of logs, metrics, infrastructure, API or website performance, and user experience.

This guide walks you through setting up [Sematext’s Vercel Logs integration](https://vercel.com/integrations/sematext-logs) with your Vercel deployments’ log drains. The log drain will automatically send logs to Sematext where you can debug and troubleshoot issues with the help of full-text search, filtering, tagging, and custom charts for your Vercel logs.

## Installing the Sematext Logs Vercel Integration

Installing the Sematext Logs Vercel integration can be performed in just a few simple steps.

1. Go to the [Sematext Logs integration on the Vercel Integrations Marketplace](https://vercel.com/integrations/sematext-logs) and add it to your Vercel account by clicking the **Add Integration** button near the top right corner.
   
2. Select the account or team your deployed project belongs to. You will then be redirected to Sematext Logs.
   
3. If you don’t already have a [Sematext Cloud](https://sematext.com/cloud/) account, you’ll be able to register one very quickly by simply providing your desired email and password. Similarly, in case you don't already have an existing [Logs App](https://sematext.com/docs/guide/app-guide/) in Sematext Cloud, you can create a new one during the installation process.
   
4. Select the Vercel project and target Sematext Logs App to create a log drain. You can create a single log drain for all your Vercel projects if you want to be able to search across all their logs in one go, or you can create separate log drains for each of your Vercel projects. To decide which approach would work best for you, check out [this entry from Sematext’s official FAQ](https://sematext.com/docs/logs/faq/#i-have-multiple-log-sources-should-i-send-them-all-to-the-same-logs-app).
   

By default, you get a set of reports out of the box, with default alert rules to notify you for common errors and timeouts. You can modify, disable, or delete them, and add your own custom alert rules, of course.

All of these steps are also displayed in Sematext Cloud if you [create a Vercel Logs App](https://apps.sematext.com/ui/logs-create) ([click here for the EU region](https://apps.eu.sematext.com/ui/logs-create)) and then follow the on-screen instructions.

## Conclusion

This guide shows how to set up the [Sematext Logs](https://sematext.com/logsene) integration for your Vercel deployments, which will automatically send logs to [Sematext Cloud](https://sematext.com/) where you can debug and troubleshoot issues with full-text search, filtering, tagging, and custom charts for your Vercel logs.

If you’d like to expand the monitoring capabilities for your Vercel projects, make sure to also check out the [Sematext Synthetics Vercel integration](https://vercel.com/integrations/sematext-synthetics-monitoring). You can also check out [Sematext’s Vercel Logs integration official docs](https://sematext.com/docs/integration/vercel-logs-integration/).