From f251e775f6ab79c55c7effbf8a5f57b8d4c226d2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 23 Jan 2025 20:58:31 -0800 Subject: [PATCH] gcs bucket dont run truncation (#7964) --- litellm/integrations/gcs_bucket/gcs_bucket.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/integrations/gcs_bucket/gcs_bucket.py b/litellm/integrations/gcs_bucket/gcs_bucket.py index 8510d6b03f..d6a9c316b3 100644 --- a/litellm/integrations/gcs_bucket/gcs_bucket.py +++ b/litellm/integrations/gcs_bucket/gcs_bucket.py @@ -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(