local_ydb_container_logs
Read recent Docker logs from the static or dynamic local-ydb container to diagnose bootstrap, restart, or readiness failures. Target selects the node role; lines controls tail length.
Instructions
Read recent Docker logs from the configured static or primary dynamic local-ydb container. Use when bootstrap, restart, or readiness checks fail; target selects the container role and lines controls the tail length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of recent log lines to read. Defaults to 200. | |
| target | Yes | Container role to read logs from: static node or primary dynamic tenant node. | |
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| configPath | No | Explicit local-ydb config file path to load for this tool call. Useful when the MCP server should pick up a different config without restart. |