stack_logs
Retrieve log output from every container in a specified Docker Compose stack, with an option to limit lines per container.
Instructions
Collects logs from all containers in a compose stack. Args: project_name: unique name for this stack, used to group/manage its containers tail: number of log lines to return per container (default 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | ||
| project_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |