]> git.ipfire.org Git - zone-sync.git/commitdiff
main: Be less verbose when logging
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 17:06:11 +0000 (17:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 17:06:11 +0000 (17:06 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
main.c

diff --git a/main.c b/main.c
index b399745497f74fc819925346c30f2b062566874f..b47139d5c5ec82cb3ce47c1ad389d3e56e81ea47 100644 (file)
--- 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) */