mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
// Module included in the following assemblies:
|
|
// * assembly/builds
|
|
|
|
[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:
|
|
|
|
----
|
|
$ oc start-build <buildconfig_name> --follow
|
|
----
|