compose_logs
Aggregate and filter Docker Compose service logs by service name, tail lines, and timestamps for debugging containerized applications.
Instructions
Get combined logs from Compose services. Filter by service name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to docker-compose.yml | |
| services | No | Specific services | |
| tail | No | Number of lines from end | |
| timestamps | No | Show timestamps |