From c27425ef5d112bb71e8b7bf4abfb73464fbf869a Mon Sep 17 00:00:00 2001 From: Steffen Busch <37350514+steffenbusch@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:34:01 +0100 Subject: [PATCH] httpcaddyfile: Keep deprecated `skip_log` in directive order (#6153) --- caddyconfig/httpcaddyfile/directives.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyconfig/httpcaddyfile/directives.go b/caddyconfig/httpcaddyfile/directives.go index bde25031a..172594218 100644 --- a/caddyconfig/httpcaddyfile/directives.go +++ b/caddyconfig/httpcaddyfile/directives.go @@ -51,6 +51,7 @@ var defaultDirectiveOrder = []string{ "fs", "root", "log_append", + "skip_log", // TODO: deprecated, renamed to log_skip "log_skip", "header",