mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
17 lines
381 B
Plaintext
17 lines
381 B
Plaintext
// Module included in the following assemblies:
|
|
// * builds/basic-build-operations.adoc
|
|
|
|
[id="builds-basic-access-buildconfig-logs_{context}"]
|
|
= Accessing BuildConfig logs
|
|
|
|
You can access `BuildConfig` logs using the web console or the CLI.
|
|
|
|
.Procedure
|
|
|
|
To stream the logs of the latest build for a BuildConfig, run:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc logs -f bc/<buildconfig_name>
|
|
----
|