Usage
komo job logs [OPTIONS] JOB_ID
Options
Examples
Get the logs for jobabcdef123456
abcdef123456
abcdef123456 and keep outputting logs from the job as they’re generated until the job finishes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
komo job logs [OPTIONS] JOB_ID
| Option | Description | Type |
|---|---|---|
| ‑w, ‑‑follow | If this option is specified, this command will continuously output new log entries until the job finishes. Otherwise, this command will output the current logs and then exit. | flag |
| ‑i, ‑‑node-index | The index of the node to get logs from. Defaults to 0. | int |
abcdef123456
komo job logs abcdef123456
abcdef123456
komo job logs -i 1 abcdef123456
abcdef123456 and keep outputting logs from the job as they’re generated until the job finishes
komo job logs -f abcdef123456