mirror of
https://github.com/JaviPege/sailarr-installer.git
synced 2026-05-08 12:30:53 -05:00
16e495ddea
- Create logs in /tmp/sailarr-install-TIMESTAMP/ directory - Add install.log: complete installation log with timestamps - Add trace.log: detailed function tracing for debugging - Add log_operation() for tracking file operations (COPY, MKDIR, DOWNLOAD, etc) - Add log_debug() for debug-level messages - Add function entry/exit tracing with parameters and return codes - Log all API calls with HTTP status codes and response lengths - Log file operations (copy, download, grep, etc) before execution - Display log location at start and end of installation - All logs include timestamps for precise debugging