Update store-logs-in-an-external-system.md

call out DEBUG level logging generates lots messages
This commit is contained in:
ada mancini 2018-12-19 17:20:45 -05:00 committed by GitHub
parent 4bc6a27713
commit 5bdad0eb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
---
title: Configure UCP logging
description: Learn how to configure Docker Universal Control Plane to store your logs
on an external log system.
on an external log system and configure an appropriate log level.
keywords: ucp, integrate, logs
---
You can configure UCP for sending logs to a remote logging service:
You can configure UCP's log level and destination for sending logs to a remote logging service:
1. Log in to UCP with an administrator account.
2. Navigate to the **Admin Settings** page.
@ -19,7 +19,7 @@ You can configure UCP for sending logs to a remote logging service:
> Administrators should configure Docker EE to store logs using an external
> system. By default, the Docker daemon doesn't delete logs, which means that
> in a production system with intense usage, your logs can consume a
> significant amount of disk space.
> significant amount of disk space, especially when configured at DEBUG level.
{: .important}
## Example: Setting up an ELK stack