zeabur-deployment-logs

Retrieve and filter Zeabur service runtime or build logs.

40|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-deployment-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeabur-deployment-logs
Source: https://github.com/zeabur/zeabur-claude-plugin/tree/main/skills/zeabur-deployment-logs
Command: npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-deployment-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly access and filter runtime or build logs for your Zeabur services, making it easier to diagnose deployment failures and runtime errors.

Core Features & Use Cases

  • View Runtime Logs: See the output of your service while it's running.
  • View Build Logs: Inspect the logs generated during your service's build process.
  • Live Tail Logs: Watch logs in real-time as they are generated.
  • Filtering: Use grep to narrow down logs to specific keywords like "error" or "ready".
  • Use Case: When a deployment fails, you can use this skill to check the build logs for compilation errors or runtime logs to understand why the service isn't starting correctly.

Quick Start

Use the zeabur-deployment-logs skill to view the last 50 lines of runtime logs for service ID 'svc-12345' in project 'proj-abcde'.

Frequently Asked Questions about zeabur-deployment-logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view runtime logs for a Zeabur service to debug errors?

To view Zeabur runtime logs, specify your project ID and service ID to retrieve the service's running output, which helps diagnose runtime errors and monitor service status.

How can I check Zeabur build logs when a deployment fails?

You can check Zeabur build logs by fetching the build log stream for your specific project and service ID. Inspect these logs to find compilation errors causing deployment failures.

Can I filter Zeabur deployment logs for specific keywords like errors?

Yes, you can filter Zeabur deployment logs using grep to narrow down the output. This isolates specific keywords like "error" or "ready" for targeted debugging.

Does Zeabur support live tailing of service logs?

Yes, Zeabur supports live tailing of service logs. You can watch runtime logs in real-time as they are generated to monitor active service behavior and status continuously.

What information is required to retrieve specific log streams from Zeabur?

Retrieving specific Zeabur log streams requires providing the exact project ID and service ID. These identifiers ensure you fetch the correct build or runtime logs for your target service.