From 17d124feb418e380df2bb845611c456f0027f51f Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Wed, 25 Mar 2026 16:45:27 -0500 Subject: [PATCH] fix: add debug logging for successful refractor API responses Co-Authored-By: Claude Opus 4.6 (1M context) --- cogs/refractor.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cogs/refractor.py b/cogs/refractor.py index 00ac2b7..08275fe 100644 --- a/cogs/refractor.py +++ b/cogs/refractor.py @@ -203,6 +203,13 @@ class Refractor(commands.Cog): total_count = ( data.get("count", len(items)) if isinstance(data, dict) else len(items) ) + logger.debug( + "Refractor status for team %s: %d items returned, %d total (page %d)", + team["id"], + len(items), + total_count, + page, + ) if not items: if progress == "close": await interaction.edit_original_response(