diff --git a/Caddyfile b/Caddyfile index 0471bb2..0b97a71 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,8 @@ :80 { root * /app + log { + output stdout + format console + } file_server } \ No newline at end of file