Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 328 Bytes

builds-basic-start-logs.adoc

File metadata and controls

15 lines (10 loc) · 328 Bytes

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