From 6e2267a4b61ad0fe220511789f8a38998c90081e Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 1 Jan 2023 16:09:18 +0000 Subject: [PATCH] Update Caddyfile for newer Caddy version Format single_field common_log is deprecated --- Caddyfile | 2 +- deploy/templates/Caddyfile.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index 70cd7c9..2e77277 100644 --- a/Caddyfile +++ b/Caddyfile @@ -10,6 +10,6 @@ log { output stderr - format single_field common_log + format console } } \ No newline at end of file diff --git a/deploy/templates/Caddyfile.j2 b/deploy/templates/Caddyfile.j2 index 65cdfc4..f407511 100644 --- a/deploy/templates/Caddyfile.j2 +++ b/deploy/templates/Caddyfile.j2 @@ -10,6 +10,6 @@ http://* { log { output stderr - format single_field common_log + format console } } \ No newline at end of file