container_logs
Retrieve container logs to monitor application output, debug issues, and track container activity by specifying container ID and optional parameters like tail lines or follow mode.
Instructions
Get logs from a container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerId | Yes | Container ID or name | |
| tail | No | Number of lines to show from the end of the logs | |
| follow | No | Follow log output |