1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/builds-basic-start-logs.adoc

18 lines
422 B
Plaintext

// Module included in the following assemblies:
// * builds/basic-build-operations.adoc
:_content-type: PROCEDURE
[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
----