From: Miod Vallat Date: Thu, 5 Mar 2026 12:55:25 +0000 (+0100) Subject: Grammar. X-Git-Tag: auth-5.1.0-alpha1~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ede88bf8694e555e341e08b10e0c81b0bad752;p=thirdparty%2Fpdns.git Grammar. Signed-off-by: Miod Vallat --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 6c40f242e1..b91a29043f 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -412,7 +412,7 @@ New settings - The :ref:`setting-ignore-unknown-settings` setting has been introduced to make it easier to switch between recursor versions supporting different settings. - The :ref:`setting-webserver-hash-plaintext-credentials` has been introduced to avoid keeping cleartext sensitive information in memory. - The :ref:`setting-tcp-out-max-idle-ms`, :ref:`setting-tcp-out-max-idle-per-auth`, :ref:`setting-tcp-out-max-queries` and :ref:`setting-tcp-out-max-idle-per-thread` settings have been introduced to control the new TCP/DoT outgoing connections pooling. This mechanism keeps connections to authoritative servers or forwarders open for later re-use. -- The :ref:`setting-structured-logging` setting has been introduced to prefer structured logging (the default) when both an old style and a structured log messages is available. +- The :ref:`setting-structured-logging` setting has been introduced to prefer structured logging (the default) when both an old style and a structured log message are available. - The :ref:`setting-max-include-depth` setting has been introduced to limit the number of nested ``$include`` directives while processing a zone file. - The :ref:`setting-allow-notify-for`, :ref:`setting-allow-notify-for-file`, :ref:`setting-allow-notify-from` and :ref:`setting-allow-notify-from-file` settings have been introduced, allowing incoming notify queries to clear cache entries. diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index 0edef86485..94109d4236 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -2803,7 +2803,7 @@ A sequence of statistic names, that are prevented from being exported via SNMP, 'default' : 'true', 'help' : 'Prefer structured logging', 'doc' : ''' -Prefer structured logging when both an old style and a structured log messages is available. +Prefer structured logging when both an old style and a structured log message are available. ''', 'versionadded': '4.6.0', 'versionchanged': [('5.0.0', 'Disabling structured logging is deprecated'),