local_ydb_container_logs
Read recent Docker logs from static or dynamic local-ydb containers to diagnose bootstrap, restart, or readiness failures. Select the container role and adjust line count for targeted troubleshooting.
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 | Absolute path to an explicit local-ydb config file. Missing, unreadable, oversized, or invalid explicit files fail closed instead of using defaults. |