mirror of
https://github.com/JaviPege/sailarr-installer.git
synced 2026-01-06 04:39:31 -06:00
**Problem:** API calls were printing excessive debug information: - Full JSON payloads (dozens of lines) - DEBUG service port information - Grep operation details **Changes:** 1. Removed log_operation() call that printed full API URLs 2. Changed to log_trace() which only shows in verbose mode 3. Removed DEBUG logs showing ports and API key lengths 4. Removed GREP operation log from extract_api_key **Result:** Cleaner installation output. API operations now show only: - "Adding radarr as application in Prowlarr" - Success/error messages Full details still available with verbose logging if needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>