---
title: How do I store logs on Vercel?
description: Learn how to store logs on Vercel.
url: /kb/guide/how-do-i-store-logs-on-vercel
canonical_url: "https://vercel.com/kb/guide/how-do-i-store-logs-on-vercel"
last_updated: 2025-11-10
authors: Sebastian Roming
related:
  - /docs/concepts/functions/serverless-functions
  - /docs/log-drains
  - /docs/observability/log-drains
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

The Vercel platform, by default, does **not** store logs that derive from static assets and [Serverless Functions](https://vercel.com/docs/concepts/functions/serverless-functions). To store logs in Vercel, we recommend taking advantage of [Log Drains](https://vercel.com/docs/log-drains) through 3rd-party solutions.

## Configurable Log Drains

[You can set up any Log Drain](https://vercel.com/docs/observability/log-drains#configure-a-log-drain) with your favourite Log Drain provider without creating an integration. The logs are sent through an `HTTP` request using configurable Log Drains from your Vercel Dashboard.

## Log Drain Solutions

Besides the custom Log Drains you can set up, there are several 3rd-party [Log Drain Integrations](https://vercel.com/integrations#logging) from our Integrations Marketplace that integrate with Vercel:

- [**Datadog**](https://vercel.com/integrations/datadog)
  
- [**LogFlare**](https://vercel.com/integrations/logflare) – [Integration Guide](https://logflare.app/guides/vercel-setup)
  
- [**LogDNA**](https://vercel.com/integrations/logdna)
  
- [**Logalert**](https://vercel.com/integrations/logalert)
  

Directions on how to setup these integrations can be found within the Integration Guide links or are provided as part of the installation process.

## Integration Request

If the Log Drain integration you are looking for is not available, please submit feedback as described [here](https://vercel.com/knowledge/where-to-submit-feature-requests).