Skip to content

Commit

Permalink
Merge pull request #1530 from ahardin-rh/oc-log
Browse files Browse the repository at this point in the history
Bug 1303159, changed oc log to oc logs
  • Loading branch information
ahardin-rh committed Feb 8, 2016
2 parents 7013f17 + 7af59d9 commit cb414ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_config/install/docker_registry.adoc
Expand Up @@ -505,7 +505,7 @@ $ oc get pods
POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED MESSAGE
docker-registry-1-da73t 172.17.0.1 openshiftdev.local/127.0.0.1 deployment=docker-registry-4,deploymentconfig=docker-registry,docker-registry=default Running 38 hours
$ oc log docker-registry-1-da73t | grep tls
$ oc logs docker-registry-1-da73t | grep tls
time="2015-05-27T05:05:53Z" level=info msg="listening on :5000, tls" instance.id=deeba528-c478-41f5-b751-dc48e4935fc2
----
====
Expand Down

0 comments on commit cb414ea

Please sign in to comment.