]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DROP: disable log
authorAlessio Podda <alessio@isc.org>
Tue, 7 Apr 2026 18:54:40 +0000 (20:54 +0200)
committerAlessio Podda <alessio@isc.org>
Tue, 7 Apr 2026 18:54:40 +0000 (20:54 +0200)
lib/dns/zone.c

index 4db671527e365813f3f7a23600cf70d3241b2278..b387e0126bb6254646361593ce6145a3fa25292c 100644 (file)
@@ -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) {