From: Thomas Markwalder Date: Fri, 16 May 2025 18:58:57 +0000 (-0400) Subject: [#3831] Unrelated nit fixes X-Git-Tag: Kea-2.7.9~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5d4ea6635bed775ef62eb8cb175282ddcb4822;p=thirdparty%2Fkea.git [#3831] Unrelated nit fixes modified: doc/sphinx/arm/hooks.rst modified: doc/sphinx/arm/logging.rst --- diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index 9f18b0b454..9d6f0bdbde 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -224,10 +224,10 @@ configuration would be: As of Kea 2.7.9, hook libraries may only be loaded from the default installation directory determined during compilation and shown in the config report as -"Hooks directory". This value may be overridden at startup by setting the +"Hooks directory". This value may be overridden at startup by setting the environment variable ``KEA_HOOKS_PATH`` to the desired path. If a path other than this value is used in a ``library`` element Kea will emit an error and refuse -to load the library. For ease of use ``library`` elements may simply omit path +to load the library. For ease of use ``library`` elements may simply omit path components, specifying the file name only as shown below: .. code-block:: json diff --git a/doc/sphinx/arm/logging.rst b/doc/sphinx/arm/logging.rst index 16a2777607..c540a5d9f4 100644 --- a/doc/sphinx/arm/logging.rst +++ b/doc/sphinx/arm/logging.rst @@ -559,7 +559,7 @@ interpreted as a filename to which messages should be written. .. note:: As of Kea 2.7.9, log files may only be written to the output directory - determined during compilation as: ``"[kea-install-dir]/var/log/kea/kea"``. This + determined during compilation as: ``"[kea-install-dir]/var/log/kea"``. This path may be overridden at startup by setting the environment variable ``KEA_LOG_FILE_DIR`` to the desired path. If a path other than this value is used in ``output``, Kea will emit an error and refuse to start