Merge pull request #5147 from hanxiaoshuai/patch-81

Update logging.md
This commit is contained in:
seperry53test
2017-08-22 12:19:10 -07:00
committed by GitHub
@@ -33,7 +33,7 @@ $ kubectl create -f https://k8s.io/docs/tasks/debug-application-cluster/counter-
pod "counter" created
```
To fetch the logs, use the `kubectl logs` command, as follows
To fetch the logs, use the `kubectl logs` command, as follows:
```shell
$ kubectl logs counter