We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0711ff3 commit ac30b35Copy full SHA for ac30b35
1 file changed
src/vfbquery/solr_result_cache.py
@@ -72,7 +72,7 @@ def _decode_cache_field(cached_field) -> str:
72
# raising an uncaught error that would abort cleanup/stats runs. The
73
# caller's json.loads then fails, so the entry is treated as invalid
74
# JSON (get_cached_result purges it; other callers skip it).
75
- logger.warning("Failed to decode compressed cache payload; treating as invalid")
+ logger.warning("Failed to decode compressed cache payload; treating as invalid", exc_info=True)
76
return cached_field
77
78
0 commit comments