We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dbd30 commit 51fc3b5Copy full SHA for 51fc3b5
2 files changed
docs/cmd/tkn_pipeline_logs.md
@@ -40,6 +40,7 @@ Show logs for given Pipeline and PipelineRun:
40
-h, --help help for logs
41
-L, --last show logs for last PipelineRun
42
--limit int lists number of PipelineRuns (default 5)
43
+ --prefix prefix each log line with the log source (task name and step name) (default true)
44
-t, --timestamps show logs with timestamp
45
```
46
docs/man/man1/tkn-pipeline-logs.1
@@ -39,6 +39,10 @@ Show Pipeline logs
39
\fB\-\-limit\fP=5
lists number of PipelineRuns
+.PP
+\fB\-\-prefix\fP[=true]
+ prefix each log line with the log source (task name and step name)
+
.PP
47
\fB\-t\fP, \fB\-\-timestamps\fP[=false]
48
show logs with timestamp
0 commit comments