zoryn-task-log(1)

ZORYN-TASK-LOG(1) Zoryn Manual ZORYN-TASK-LOG(1)

NAME

zoryn-task-log - View build or event logs in TUI viewer.

SYNOPSIS

zoryn task log [OPTION]… TASK_ID [SUBTASK]

DESCRIPTION

Open build or event logs directly in the TUI log viewer. Without a subtask, shows the event log. With a subtask (number or package name), shows architecture selection. With --arch, opens the build log directly.

ARGUMENTS

SUBTASK
Subtask number, package name, or pkg.git=tag (copy-paste from task ls). If omitted, shows event log. TAB completes subtask names from the task. Use pkg.git=tag to disambiguate when one task contains several subtasks of the same git repo with different tags.
TASK_ID (required)
Task ID.

OPTIONS

--arch=ARCH
Target architecture (e.g. x86_64, aarch64). Requires subtask number.
-C DIR
Change to directory DIR before running.
--no-color
Disable colored output.
--srpm
View srpm.log instead of the main build log. Requires --arch.

COMMON OPTIONS

--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
--version
Show version information.

EXIT STATUS

zoryn task log exits with:

0
on success.
123
on indiscriminate errors reported on standard error.
124
on command line parsing errors.
125
on unexpected internal errors (bugs).

EXAMPLES

View event log for task:


zoryn task log 410005

Select architecture for subtask 3:


zoryn task log 410005 3

Select by package name (TAB completes):


zoryn task log 410005 php-jpgraph

Disambiguate by tag when several subtasks share one git repo:


zoryn task log 410005 edk2.git=edk2-aarch64-20260201-alt1

View build log directly:


zoryn task log 410005 3 --arch x86_64

View srpm.log:


zoryn task log 410005 3 --arch x86_64 --srpm

SEE ALSO

zoryn(1)

Zoryn 0.46.0