diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 9bb7732..4096db6 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -3,7 +3,9 @@ marvinkrausser.com { log { output file /data/caddy/logs/cnn.access.log - format json + format json { + time_format iso8601 + } } } @@ -12,7 +14,9 @@ api.marvinkrausser.com { log { output file /data/caddy/logs/api.access.log - format json + format json { + time_format iso8601 + } } } @@ -21,6 +25,8 @@ portfolio.marvinkrausser.com { log { output file /data/caddy/logs/portfolio.access.log - format json + format json { + time_format iso8601 + } } } \ No newline at end of file