From 92b7093e45a97ae6d2ce7aa607823cc420698ebc Mon Sep 17 00:00:00 2001 From: f Date: Mon, 22 Jun 2026 12:55:18 +0000 Subject: [PATCH] fix: decrease socket proxy log verbosity (#106) The default seems to be `info` and fills logs with what seem to be requests to docker daemon (which makes me wonder what needs network access to the docker daemon?). Please let me know if it should be made configurable. * [x] I have deployed and tested my changes * [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes) Reviewed-on: https://git.coopcloud.tech/coop-cloud/traefik/pulls/106 Reviewed-by: p4u1 Co-authored-by: f Co-committed-by: f --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index c06de25..c84e301 100644 --- a/compose.yml +++ b/compose.yml @@ -91,6 +91,7 @@ services: - TASKS=1 # Needs access - VERSION=1 # Needs access - VOLUMES=0 + - LOG_LEVEL=warning volumes: - /var/run/docker.sock:/var/run/docker.sock:ro networks: