7.6. 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:
$ oc describe build <build_name>
7.6.1. 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, enter the following command:$ oc logs -f bc/<buildconfig_name>