fix: use logger.exception() in calculate_pitcher_ratings error handler #33

Merged
cal merged 1 commits from ai/paper-dynasty-card-creation#17 into main 2026-03-23 12:35:48 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
9e48616274 fix: use logger.exception() in calculate_pitcher_ratings error handler
Replaces logger.error() with logger.exception() so the full stack trace
is captured when a pitcher card fails to generate, making it possible to
diagnose the root cause rather than just seeing the error message.

Closes #17

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 07:35:31 -05:00