From: Otto Moerbeek Date: Wed, 13 Sep 2023 06:07:30 +0000 (+0200) Subject: Fix wrongly converted default for "quiet" X-Git-Tag: rec-5.0.0-alpha1~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13246%2Fhead;p=thirdparty%2Fpdns.git Fix wrongly converted default for "quiet" --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 56ea6c9ef1..e57ea13940 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1975,7 +1975,7 @@ In the default configuration this means that IPv6 is not used for outgoing queri 'name' : 'quiet', 'section' : 'logging', 'type' : LType.Bool, - 'default' : 'yes', + 'default' : 'true', 'help' : 'Suppress logging of questions and answers', 'doc' : ''' Don't log queries.