Workflow Logs

View logs from workflow steps

Usage

Terminal
dxflow workflow logs <IDENTITY> [OPTIONS]

Options

FlagShorthandDescriptionTypeDefault
--stdoutShow only stdout logsboolfalse
--stderrShow only stderr logsboolfalse
--step-sShow logs for specific stepint0
--count-cNumber of lines to showint9
--live-lStream logs in real-timeboolfalse

Output

Each line is printed as [step-{index}.out] output or [step-{index}.err] output, so its step and stream are visible at a glance.

--count is the tail depth per stream: it keeps the last N lines of stdout and the last N lines of stderr, for every step in range. Set --stdout or --stderr to narrow to one stream, and --step to narrow to one step. With neither stream flag set, both are returned.