chore(compose): drop debug log override for local docker

Run lifecycle traces are now at info, so the default level surfaces
end-to-end progress without forcing debug verbosity in the local
compose stack.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-30 08:25:50 -04:00
parent f18da11854
commit 272d2aa549
No known key found for this signature in database

View file

@ -4,8 +4,6 @@ services:
restart: unless-stopped
ports:
- "32276:32276"
environment:
FABRO_LOG: debug
volumes:
- fabro-storage:/storage
- /var/run/docker.sock:/var/run/docker.sock