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 trx logs

Show logs of one of the transaction's workers; when several ran, pick one

from the listing.

tdk trx logs \
--trx trx-8c1d40 \
--file trx-8c1d40.log \
--format table
FlagTypeRequiredDescription
--trxstringRequiredID of the transaction 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.