Skip to content

Commit ac30b35

Browse files
Robbie1977Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0711ff3 commit ac30b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vfbquery/solr_result_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _decode_cache_field(cached_field) -> str:
7272
# raising an uncaught error that would abort cleanup/stats runs. The
7373
# caller's json.loads then fails, so the entry is treated as invalid
7474
# JSON (get_cached_result purges it; other callers skip it).
75-
logger.warning("Failed to decode compressed cache payload; treating as invalid")
75+
logger.warning("Failed to decode compressed cache payload; treating as invalid", exc_info=True)
7676
return cached_field
7777
return cached_field
7878

0 commit comments

Comments
 (0)