From 88b54ef9e435a6916b00465deda17a176e8df731 Mon Sep 17 00:00:00 2001 From: poduck Date: Wed, 3 Dec 2025 17:39:39 -0500 Subject: [PATCH] chore(traefik): Remove debug logging, set production log level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wildcard subdomain routing is now working. Removed access logging that was added for debugging. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- smoothschedule/compose/production/traefik/traefik.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/smoothschedule/compose/production/traefik/traefik.yml b/smoothschedule/compose/production/traefik/traefik.yml index d54e311..41dcfa9 100644 --- a/smoothschedule/compose/production/traefik/traefik.yml +++ b/smoothschedule/compose/production/traefik/traefik.yml @@ -1,13 +1,5 @@ log: - level: DEBUG - -accessLog: - filePath: "/dev/stdout" - format: json - fields: - headers: - names: - Host: keep + level: INFO api: dashboard: true