From 0273074e1785674ea613ecb075c27c809050bfc2 Mon Sep 17 00:00:00 2001 From: Joseph Palermo Date: Mon, 7 Oct 2024 11:11:39 -0700 Subject: [PATCH] Fix bosh dns tag logging example --- content/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dns.md b/content/dns.md index a60d3240..f5fdfcb9 100644 --- a/content/dns.md +++ b/content/dns.md @@ -332,7 +332,7 @@ An interesting use case for this is the ForwardHandler log tag, in which it incl ```yaml log_level: ERROR logging: -- tags: + tags: - name: ForwardHandler log_level: DEBUG ```