From 2c064e7878dcd02ef0e48b9e8d30cea20ae5c99f Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 15 Dec 2021 19:10:04 +0000 Subject: [PATCH] [#2245] Text edit --- doc/sphinx/arm/logging.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/sphinx/arm/logging.rst b/doc/sphinx/arm/logging.rst index 57627cf391..8f98dd533e 100644 --- a/doc/sphinx/arm/logging.rst +++ b/doc/sphinx/arm/logging.rst @@ -766,7 +766,6 @@ specified as part of the pattern. so we do not enforce its inclusion. If it is omitted from the pattern, the log entries will run together in one long "line". - The default pattern for ``syslog`` output is: :: @@ -778,7 +777,7 @@ information is typically output by ``syslog``. Note that Kea uses the pattern to construct the text it sends to ``syslog`` (or any other destination). It has no influence on the content ``syslog`` may add or formatting it may do. -Consult your OS documentation for ``syslog`` behavior, as there are multiple +Consult the OS documentation for ``syslog`` behavior, as there are multiple implementations.