Linux command
pueue-log 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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]
说明
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.
参数
- --lines _N_
- Number of lines.
- --full
- Show full output.
FAQ
What is the pueue-log command used for?
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.
How do I run a basic pueue-log example?
Run `pueue log [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --lines _N_ do in pueue-log?
Number of lines.