From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:51:00 +0000 (-0500) Subject: Show previous `versionchanged` for `logging.structured_logging` X-Git-Tag: rec-5.4.0-alpha1~97^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8b80a590818475b8c1d135dadf976d87c2849e;p=thirdparty%2Fpdns.git Show previous `versionchanged` for `logging.structured_logging` Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index a53710db27..0010325388 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -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',