From: Michael Tremer Date: Mon, 11 May 2026 16:01:01 +0000 (+0000) Subject: main: Don't go crazy on the debug log level X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691435b212e4dc467ed3fd9dcd7740945684eb67;p=zone-sync.git main: Don't go crazy on the debug log level Signed-off-by: Michael Tremer --- diff --git a/main.c b/main.c index 784cebd..7cfb07b 100644 --- a/main.c +++ b/main.c @@ -146,9 +146,9 @@ static void setup_logging(void) { /* Create the log context and a default config */ isc_log_create(ctx.memctx, &ctx.log, &logcfg); - /* Crank up debug verbosity */ + // Crank up debug verbosity if (ctx.log_level == LOG_DEBUG) - isc_log_setdebuglevel(ctx.log, 99); + isc_log_setdebuglevel(ctx.log, 50); /* Define a channel that writes everything to stderr */ isc_logdestination_t dest = {