LinuxCommandLibrary

pueue-log

Display pueue task output logs

TLDR

Show task log
$ pueue log [task_id]
copy
Show all task logs
$ pueue log
copy
Show last N lines
$ pueue log --lines [100] [task_id]
copy
Full output
$ pueue log --full [task_id]
copy

SYNOPSIS

pueue log [options] [taskids_]

DESCRIPTION

pueue log displays the captured stdout and stderr output of pueue tasks, both running and finished. By default it shows the last few lines; use --full to see complete output or --lines to control the number of lines displayed.

PARAMETERS

TASKIDS_

Tasks to show logs for.
--lines N
Number of lines.
--full
Show full output.

CAVEATS

Output stored on disk. Part of pueue.

HISTORY

pueue log provides task output viewing functionality.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard