1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/builds-basic-start-logs.adoc
2020-12-17 19:34:37 -05:00

17 lines
396 B
Plaintext

// Module included in the following assemblies:
// * builds/basic-build-operations.adoc
[id="builds-basic-start-logs_{context}"]
= Streaming build logs
You can specify the `--follow` flag to stream the build's logs in `stdout`.
.Procedure
* To manually stream a build's logs in `stdout`, enter the following command:
+
[source,terminal]
----
$ oc start-build <buildconfig_name> --follow
----