mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
remove unused key count
This commit is contained in:
parent
693b847c93
commit
8a56bca8f5
1 changed files with 0 additions and 1 deletions
|
|
@ -923,7 +923,6 @@ class ProxyBaseLLMRequestProcessing:
|
|||
return
|
||||
_payload_str = json.dumps(self.data, default=str)
|
||||
if len(_payload_str) > MAX_PAYLOAD_SIZE_FOR_DEBUG_LOG:
|
||||
_key_count = len(self.data) if isinstance(self.data, dict) else 0
|
||||
verbose_proxy_logger.debug(
|
||||
"Request received by LiteLLM: payload too large to log (%d bytes, limit %d). Dict key count: %d; type: %s",
|
||||
len(_payload_str),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue