stack_logs
Collect logs from all containers in a Docker Compose stack by specifying the project name and number of lines per container to return.
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 |