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