mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
17 lines
365 B
Plaintext
17 lines
365 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, run:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc start-build <buildconfig_name> --follow
|
|
----
|