From ca90a1f9dc9fc614c604ff88a2d3d26f858723bc Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Thu, 25 Oct 2018 11:11:41 -0400 Subject: [PATCH] Minor wording tweaks while waiting for review comments Fixes #10064 --- docs/static/logging.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/static/logging.asciidoc b/docs/static/logging.asciidoc index f92af1b66..ca646c389 100644 --- a/docs/static/logging.asciidoc +++ b/docs/static/logging.asciidoc @@ -16,10 +16,10 @@ excessive logging and helps you focus on the problem area. You can configure logging using the `log4j2.properties` file or the Logstash API. * *`log4j2.properties` file.* Changes made through the `log4j2.properties` -file require a Logstash restart to take effect. Changes *persist* +file require you to restart Logstash for the changes to take effect. Changes *persist* through subsequent restarts. * *Logging API.* Changes made through the Logging API are effective immediately -and do not require a Logstash restart. The changes *do not persist* after Logstash +without a restart. The changes *do not persist* after Logstash is restarted. [[log4j2]]