From f3a0f1f07a5676052e984510e3c6dc45a23ff0d0 Mon Sep 17 00:00:00 2001 From: poduck Date: Wed, 3 Dec 2025 17:37:47 -0500 Subject: [PATCH] debug: Add access logging to Traefik MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- smoothschedule/compose/production/traefik/traefik.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/smoothschedule/compose/production/traefik/traefik.yml b/smoothschedule/compose/production/traefik/traefik.yml index 444fb49..fdd9d11 100644 --- a/smoothschedule/compose/production/traefik/traefik.yml +++ b/smoothschedule/compose/production/traefik/traefik.yml @@ -1,6 +1,14 @@ log: level: DEBUG +accessLog: + filePath: "/dev/stdout" + format: json + fields: + headers: + names: + Host: keep + api: dashboard: true insecure: true