chore: remove session_warmed info log from warmup
This commit is contained in:
parent
affe18cbac
commit
e9727003d7
|
|
@ -452,6 +452,6 @@ class KuCoinAPI:
|
||||||
headers=headers,
|
headers=headers,
|
||||||
) as resp:
|
) as resp:
|
||||||
await resp.read()
|
await resp.read()
|
||||||
self._log.info("session_warmed", status=resp.status)
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self._log.warning("session_warmup_failed", error=str(e))
|
self._log.warning("session_warmup_failed", error=str(e))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue