Add verbose debug logging across services and cron jobs

Add createLogger to tmdb client, image-cache, availability, and
webhooks services. Replace all silent .catch(() => {}) in metadata.ts
with debug-level error logging. Add progress and success logs in cron
job bodies, colors extraction, and webhook processing. Fix pre-existing
unused parameter lint warning in title-card.tsx.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 12:46:06 -05:00
co-authored by Claude Opus 4.6
parent 2d691c3591
commit 704aca1103
8 changed files with 156 additions and 35 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ function CardInner({
/** Linked title card for library grids, recommendations, dashboards */
export function TitleCard({
id,
tmdbId,
tmdbId: _tmdbId,
type,
title,
posterPath,