]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Show previous `versionchanged` for `logging.structured_logging` 16478/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 12 Nov 2025 17:51:00 +0000 (12:51 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 12 Nov 2025 18:49:05 +0000 (13:49 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-rust-lib/table.py

index a53710db271a3f668496a099b4c48c12db9ef553..0010325388db8893423f30032cce804cca48e2ab 100644 (file)
@@ -2772,8 +2772,8 @@ A sequence of statistic names, that are prevented from being exported via SNMP,
 Prefer structured logging when both an old style and a structured log messages is available.
  ''',
         'versionadded': '4.6.0',
-        'versionchanged': ('5.0.0', 'Disabling structured logging is deprecated'),
-        'versionchanged': ('5.1.0', 'Disabling structured logging is not supported'),
+        'versionchanged': [('5.0.0', 'Disabling structured logging is deprecated'),
+                           ('5.1.0', 'Disabling structured logging is not supported')]
     },
     {
         'name' : 'structured_logging_backend',