From b66f37ed6079f4fa8223f000970f5d0a0b9f3f26 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 31 Jan 2019 14:30:48 -0800 Subject: [PATCH] Minor edit --- ee/ucp/admin/configure/create-audit-logs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/ucp/admin/configure/create-audit-logs.md b/ee/ucp/admin/configure/create-audit-logs.md index 6e4f9a6900..931e670104 100644 --- a/ee/ucp/admin/configure/create-audit-logs.md +++ b/ee/ucp/admin/configure/create-audit-logs.md @@ -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) \ No newline at end of file +- [Learn more about the UCP Configuration File](ucp-configuration-file.md)