From: Michael Tremer Date: Mon, 18 May 2026 17:06:11 +0000 (+0000) Subject: main: Be less verbose when logging X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4713403f64f71d80e375bfa8f7a1c2d38b69eef6;p=zone-sync.git main: Be less verbose when logging Signed-off-by: Michael Tremer --- diff --git a/main.c b/main.c index b399745..b47139d 100644 --- a/main.c +++ b/main.c @@ -184,8 +184,7 @@ static void setup_logging(void) { ISC_LOG_TOFILEDESC, /* destination type */ ISC_LOG_DYNAMIC, /* level — DYNAMIC follows setdebuglevel */ &dest, - ISC_LOG_PRINTTIME | ISC_LOG_PRINTLEVEL | - ISC_LOG_PRINTCATEGORY | ISC_LOG_PRINTMODULE); + 0); /* Attach the channel to ALL categories/modules * (NULL category = wildcard, NULL module = wildcard) */