Decrease logging of CoreDNS
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/push/coredns-build Pipeline was successful

This commit is contained in:
2026-06-16 00:53:56 +02:00
parent 679ebb3465
commit d3cb2a6e65
+6 -2
View File
@@ -24,7 +24,9 @@
} }
cache 300 cache 300
errors errors
log log . {
class error
}
} }
# Our own zone: services have native IPv6 on the HE prefix, keep AAAA. # Our own zone: services have native IPv6 on the HE prefix, keep AAAA.
@@ -43,7 +45,9 @@ lumpiasty.xyz:53 {
} }
cache 300 cache 300
errors errors
log log . {
class error
}
reload reload
health :8080 health :8080
} }