Fix audit logging documentation

Addresses https://github.com/docker/docs-private/issues/824#issuecomment-460711963
This commit is contained in:
paigehargrave 2019-02-05 15:34:55 -05:00 committed by GitHub
parent d7c32065fb
commit 3a0d387193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
title: Create UCP audit logs
description: Learn how to create audit logs of all activity in UCP
title: Enable audit logging on UCP
description: Learn how to enable audit logging of all activity in UCP
keywords: logs, ucp, swarm, kubernetes, audits
---
@ -121,7 +121,10 @@ The section of the UCP configuration file that controls UCP auditing logging is:
support_dump_include_audit_logs = false
```
The supported variables are `""`, `"metadata"` or `"request"`.
The supported variables for `level` are `""`, `"metadata"` or `"request"`.
> Important: The `support_dump_include_audit_logs` flag specifies whether user identification information from the ucp-controller container logs is included in the support dump. To prevent this information from being sent with the support dump, make sure that `support_dump_include_audit_logs` is set to `false`. When disabled, the support dump collection tool filters out any lines from the `ucp-controller` container logs that contain the substring `auditID`.
## Accessing Audit Logs