You are viewing documentation for a release that is no longer maintainedSee documentation for the latest supported version 3 or the latest supported version 4.
9.2.5. 查看部署日志
输出给定部署配置的最新修订的日志:
$ oc logs -f dc/<name>
如果最新的修订正在运行或失败,oc logs 将返回负责部署 pod 的进程的日志。如果成功,oc logs 会从应用程序的 pod 返回日志。