From 9a299f9dd2e813f79be18f7969cc4e676f350956 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Mon, 22 Jan 2024 22:25:14 +0100 Subject: [PATCH] CI: Enable verbose logging to catch errors withing DLOG macros --- tasks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks.py b/tasks.py index 599f769056..c5c1477dd5 100644 --- 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) -- 2.47.2