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)