pueue-log

Display pueue task output logs

TLDR

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

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.

INSTALL

sudo pacman -S pueue
sudo apk add pueue
sudo zypper install pueue
brew install pueue
nix profile install nixpkgs#pueue

CAVEATS

Output stored on disk. Part of pueue.

HISTORY

pueue log provides task output viewing functionality.

SEE ALSO

pueue(1), pueue-follow(1)