Minor edit

This commit is contained in:
Maria Bermudez
2019-01-31 14:30:48 -08:00
committed by GitHub
parent c45b443586
commit b66f37ed60

View File

@@ -133,8 +133,8 @@ container logging solution, such as [ELK](https://success.docker.com/article/ela
1) Source a UCP Client Bundle
2) Use the Docker Logs command to obtain audit logs, note in the below example
we have tailed the command to show the last log entry.
2) Run `docker logs` to obtain audit logs. In the following example,
we are tailing the command to show the last log entry.
```
$ docker logs ucp-controller --tail 1
@@ -198,4 +198,4 @@ events and may create a large amount of log entries.
## Where to go next
- [Collect UCP Cluster Metrics with Prometheus](collect-cluster-metrics.md)
- [Learn more about the UCP Configuration File](ucp-configuration-file.md)
- [Learn more about the UCP Configuration File](ucp-configuration-file.md)