Forrest logo
back to the pueue tool

pueue-log:tldr:03602

pueue-log: Show the full output of a task.
$ pueue log ${task_id}
try on your machine

The command "pueue log" is used with the variable "${task_id}" to display the log of a specific task in the Pueue task manager.

In the command, "${task_id}" refers to the unique identifier of a specific task. By replacing "${task_id}" with the actual task ID, you are telling the Pueue task manager to display the log of that specific task.

The log displays information about the execution and output of a task, such as any errors or messages generated during its execution. This can be helpful for debugging or monitoring the progress of a task.

For example, if you have a task with an ID of "123", the command "pueue log 123" would display the log for that task.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pueue tool