compose_logs
Tail and filter logs from Docker Compose services. Specify a directory, choose services, and control line count.
Instructions
Tail logs from Docker Compose services. Supports filtering by service and line count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to docker-compose.yml directory | |
| services | No | Specific services to tail | |
| tail | No | Number of lines to show (default: 100) | |
| follow | No | Follow log output (default: false) |