mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
gcs bucket dont run truncation (#7964)
This commit is contained in:
parent
a38e62107d
commit
f251e775f6
1 changed files with 0 additions and 2 deletions
|
|
@ -64,7 +64,6 @@ class GCSBucketLogger(GCSBucketBase):
|
|||
)
|
||||
if logging_payload is None:
|
||||
raise ValueError("standard_logging_object not found in kwargs")
|
||||
self.truncate_standard_logging_payload_content(logging_payload)
|
||||
# Add to logging queue - this will be flushed periodically
|
||||
self.log_queue.append(
|
||||
GCSLogQueueItem(
|
||||
|
|
@ -88,7 +87,6 @@ class GCSBucketLogger(GCSBucketBase):
|
|||
)
|
||||
if logging_payload is None:
|
||||
raise ValueError("standard_logging_object not found in kwargs")
|
||||
self.truncate_standard_logging_payload_content(logging_payload)
|
||||
# Add to logging queue - this will be flushed periodically
|
||||
self.log_queue.append(
|
||||
GCSLogQueueItem(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue