From 071a74a99654ff221de2f6018b6b08c0a2839ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 23:01:10 +0100 Subject: [PATCH] revert(ai): remove SUPERVISOR_LOGFILE env var from supervisor-ui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supervisor XML-RPC API v3.0 (Supervisor 4.3.0) only supports 2-parameter readLog(offset, length) calls, not 3-parameter calls with filename. The SUPERVISOR_LOGFILE environment variable is not used by the API. Testing showed: - Working: server.supervisor.readLog(-4096, 0) - Failing: server.supervisor.readLog(-4096, 4096, '/path/to/log') 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ai/compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ai/compose.yaml b/ai/compose.yaml index 18009d7..3b34d54 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -246,7 +246,6 @@ services: # Connect to RunPod Supervisor via Tailscale SUPERVISOR_HOST: ${GPU_TAILSCALE_IP} SUPERVISOR_PORT: ${SUPERVISOR_BACKEND_PORT:-9001} - SUPERVISOR_LOGFILE: /workspace/logs/supervisord.log # No auth needed - Supervisor has auth disabled (protected by Authelia) networks: - compose_network