650e62ad4b
Additional logs moved to DEBUG level: - Settings and configuration operations (loaded/saved settings, schedule config) - API request details (PATCH/POST requests, token caching) - Internal operations (frontend refresh, WebSocket updates) - Pagination details (reached last page messages for groups/streams) - Schedule syncing and viewing operations - Channel database reloading in fuzzy matcher These changes ensure that: - INFO level shows only user-facing events and important state changes - DEBUG level contains detailed operational and internal information - Logs are consistent across all actions (preview_changes, add_streams, etc.) - Cleaner log output for production use while maintaining debuggability Benefits: - Reduced log noise in production environments - Easier troubleshooting with DEBUG level when needed - Consistent logging patterns across the entire codebase - Better separation between user-facing and internal operations