diff --git a/src/data_collection/polymarket_ws_cache.py b/src/data_collection/polymarket_ws_cache.py index 8f5babcb..39042506 100644 --- a/src/data_collection/polymarket_ws_cache.py +++ b/src/data_collection/polymarket_ws_cache.py @@ -277,6 +277,8 @@ class PolymarketWsQuoteCache: except Exception: return + logger.info("WS_MSG {}", str(raw)[:200]) + if isinstance(payload, list): for item in payload: self._handle_event(item)