Update logging.md

add ":" to the sentence
reviewable/pr5147/r1
Anthony 2017-08-22 11:34:24 +08:00 committed by GitHub
parent d98467f15f
commit f76768cdc2
1 changed files with 1 additions and 1 deletions

View File

@ -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