]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
CI: Enable verbose logging to catch errors withing DLOG macros 13733/head
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 22 Jan 2024 21:25:14 +0000 (22:25 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Tue, 23 Jan 2024 09:23:50 +0000 (10:23 +0100)
tasks.py

index 599f7690565d7e69d6a5cbf078a6fe0e41abf065..c5c1477dd5f33e3b4e9c20eb8e1c67d31652abf8 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -466,6 +466,7 @@ def ci_auth_configure(c):
         "--enable-experimental-pkcs11",
         "--enable-experimental-gss-tsig",
         "--enable-remotebackend-zeromq",
+        "--enable-verbose-logging",
         "--with-lmdb=/usr",
         "--with-libdecaf" if os.getenv('DECAF_SUPPORT', 'no') == 'yes' else '',
         "--prefix=/opt/pdns-auth",
@@ -491,6 +492,7 @@ def ci_rec_configure(c):
         "--with-libcap",
         "--with-net-snmp",
         "--enable-dns-over-tls",
+        "--enable-verbose-logging",
         unittests,
     ])
     res = c.run(configure_cmd, warn=True)