Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tdk worker logs

Show the logs of a worker.

tdk worker logs \
--worker wkr-5e21f0 \
--file wkr-5e21f0.log \
--format table
FlagTypeRequiredDescription
--workerstringRequiredID of the worker whose logs to show.
--filestringOptionalPath 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, --formattable | json | yamlOptionalOutput format. Defaults to table.