From 5bdad0eb5be45a06caeaf76b27f19bdfcbd4f0cd Mon Sep 17 00:00:00 2001 From: ada mancini Date: Wed, 19 Dec 2018 17:20:45 -0500 Subject: [PATCH] Update store-logs-in-an-external-system.md call out DEBUG level logging generates lots messages --- ee/ucp/admin/configure/store-logs-in-an-external-system.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/ucp/admin/configure/store-logs-in-an-external-system.md b/ee/ucp/admin/configure/store-logs-in-an-external-system.md index 95175442f3..788d1d3fbf 100644 --- a/ee/ucp/admin/configure/store-logs-in-an-external-system.md +++ b/ee/ucp/admin/configure/store-logs-in-an-external-system.md @@ -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