All checks were successful
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 1m12s
Added SUPERVISOR_LOGFILE environment variable to configure the path to the Supervisor main logfile for reading via XML-RPC. Changes: - Added SUPERVISOR_LOGFILE to .env.example with default path - Removed getLogfilePath() method and cachedLogfilePath field from SupervisorClient - Updated readLog() to use environment variable with fallback chain: 1. Explicitly provided logfilePath parameter 2. SUPERVISOR_LOGFILE environment variable 3. Default: /var/log/supervisor/supervisord.log - Added debug logging to readLog() for troubleshooting This allows users to configure the correct logfile path for their Supervisor installation when using the custom 3-parameter XML-RPC readLog implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>