mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
// Module included in the following assemblies:
|
|
// * builds/basic-build-operations.adoc
|
|
|
|
[id="builds-basic-access-build-logs_{context}"]
|
|
= Accessing build logs
|
|
|
|
You can access build logs using the web console or the CLI.
|
|
|
|
.Procedure
|
|
|
|
* To stream the logs using the build directly, enter the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc describe build <build_name>
|
|
----
|