Skip to content

Commit

Permalink
httpcaddyfile: Keep deprecated skip_log in directive order (#6153)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbusch committed Mar 7, 2024
1 parent 258d906 commit c27425e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caddyconfig/httpcaddyfile/directives.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var defaultDirectiveOrder = []string{
"fs",
"root",
"log_append",
"skip_log", // TODO: deprecated, renamed to log_skip
"log_skip",

"header",
Expand Down

0 comments on commit c27425e

Please sign in to comment.