From 1adabe92a3399c00690aa510243bc740cdcb82e7 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 26 Feb 2026 02:37:30 +0100 Subject: [PATCH] update CoreDNS logging configuration to include all log classes --- infra/controllers/coredns.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/controllers/coredns.yaml b/infra/controllers/coredns.yaml index ac742a5..09a1db0 100644 --- a/infra/controllers/coredns.yaml +++ b/infra/controllers/coredns.yaml @@ -54,13 +54,13 @@ data: } ready log . { - class error + class all } prometheus :9153 # Return NODATA for AAAA on selected domains to force IPv4. template IN AAAA { - match "(^|\\.)huggingface\\.co\\.$" + match "(^|\.)huggingface\.co\.$" rcode NOERROR fallthrough }