Skip to main content

Usage

cassian logs
cassian logs --task <id>
cassian logs --follow

Modes

Default list background tasks

Shows all tasks started with cassian exec --detach.
$ cassian logs
  Background Tasks

  TASK        STATUS      EXIT
  a1b2c3d4    done        0
  e5f6g7h8    running     -

  View task output: cassian logs --task <id>

Task output

Show stdout/stderr from a specific background task.
cassian logs --task a1b2c3d4

Streaming

Stream live output from the container. Useful for watching training progress.
cassian logs --follow
cassian logs -f -n 200

Options

FlagDescriptionDefault
--task <id>Show output from a background task
-f, --followStream logs in real timefalse
-n, --lines <n>Lines to show (with —follow)100