From e9727003d7cc779d1b535d72adb48c3307afd34f Mon Sep 17 00:00:00 2001 From: nicolas Date: Mon, 25 May 2026 22:49:38 -0300 Subject: [PATCH] chore: remove session_warmed info log from warmup --- executor/kucoin_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/kucoin_api.py b/executor/kucoin_api.py index 83c16bd..355f2be 100644 --- a/executor/kucoin_api.py +++ b/executor/kucoin_api.py @@ -452,6 +452,6 @@ class KuCoinAPI: headers=headers, ) as resp: await resp.read() - self._log.info("session_warmed", status=resp.status) + pass except Exception as e: self._log.warning("session_warmup_failed", error=str(e))