tdk worker logs
Show the logs of a worker.
tdk worker logs \
--worker wkr-5e21f0 \
--file data.csv \
--format table
| Flag | Type | Required | Description |
|---|---|---|---|
--worker | string | Required | ID of the worker whose logs to show. |
--file | string | Optional | Path of the file where the logs will be saved, or '-' to write them to stdout. Any folders provided before the file must already exist. |
-o, --format | table | json | yaml | Optional | Output format. Defaults to table. |