Log Drains
While LaunchVerse provides a robust, real-time log viewer directly in the dashboard, enterprise applications often require long-term log retention, complex querying, and alerting.
LaunchVerse allows you to seamlessly export your application and access logs to third-party observability providers using Log Drains.
Supported Providers
You can drain your logs to:
- Datadog
- Axiom
- Logtail / Better Stack
- Any generic HTTP/Syslog endpoint
Configuring a Log Drain
- Navigate to your Project Settings > Observability.
- Click Add Log Drain.
- Select your provider (e.g., Axiom).
- Enter the required credentials (e.g., Axiom Dataset and API Token).
- Click Verify & Save.
LaunchVerse will send a test payload to the provider. Once verified, all standard output (stdout), standard error (stderr), and Edge Network access logs will be streamed securely to your provider in near real-time.
Filtering Log Drains
If your application generates high log volumes, you may want to filter what gets sent to save costs on your observability provider.
When configuring the drain, you can apply filters based on:
- Source: Only send Application Logs, or only send Edge Access Logs.
- Log Level: Only send
ERRORandWARNlogs, droppingINFOandDEBUG. - Environment: Only drain logs from Production deployments, ignoring Previews.