From: Alessio Podda Date: Tue, 7 Apr 2026 18:54:40 +0000 (+0200) Subject: DROP: disable log X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefdab1b9c9685785eb11fe6b0066134f8ed29a4;p=thirdparty%2Fbind9.git DROP: disable log --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 4db671527e3..b387e0126bb 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -5680,9 +5680,9 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime, } if (!dns_db_ispersistent(db)) { - dns_zone_logc(zone, DNS_LOGCATEGORY_ZONELOAD, ISC_LOG_INFO, - "loaded serial %u%s", serial, - dns_db_issecure(db) ? " (DNSSEC signed)" : ""); + // dns_zone_logc(zone, DNS_LOGCATEGORY_ZONELOAD, ISC_LOG_INFO, + // "loaded serial %u%s", serial, + // dns_db_issecure(db) ? " (DNSSEC signed)" : ""); } if (!had_db && zone->type == dns_zone_mirror) {